Html Css Color HEX #01998D Persian Green

📋 copy color: '#01998D'

red 1 ◦ green 153 ◦ blue 141

#01998D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #01998D

Tints of Persian Green #01998D

RGB

 RED value IS 1 (0.78% from 255) = 0.34%

 GREEN value IS 153 (60.16% from 255) = 51.86%

 BLUE value IS 141 (55.47% from 255) = 47.8%

R = 0.34%
G = 51.86%
B = 47.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#01998D (or 0x01998D) is known color: Persian Green. HEX triplet: 01, 99 and 8D. RGB value is (1,153,141). Sum of RGB (Red+Green+Blue) = 1+153+141=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #01998D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01998D is #FE6672. Grayscale: #6A6A6A. Windows color (decimal): -16672371 or 9279745. OLE color: 9279745.

HSL color Cylindrical-coordinate representation of color #01998D: hue angle of 175.26º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01998D is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 153 141 -
CMYK 0.99 0 0.08 0.4
HSL 175.26º 0.99% 0.3% -
HSV(B) 175.26º 0.99% 0.6% -
XYZ 16.21 24.71 29.11 -
YUV 106.18 147.64 52.98 -
System Red Green Blue C M Y K H S L
Decimal 1 153 141 0.99 0 0.08 0.4 175.26 0.99 0.3
Hex 1 99 8D 63 0 8 28 AF 63 1E
Octal 1 231 215 143 0 10 50 257 143 36
Binary 1 10011001 10001101 1100011 0 1000 101000 10101111 1100011 11110

Color Harmonies of #01998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01998D

Black with #01998D

Text Example


Text Example

White with #01998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01998D; }

 p { color: rgb(1,153,141); }

 H1.HeaderClassName
 {
   color: #01998D;
 }
 .AnyTagClassName
 {
   color: #01998D;
 }
</style>

background-color css

<style>
 a { background-color: #01998D; }

 a { background-color: rgb(1,153,141); }

 div.DivClassName
 {
   background-color: #01998D;
 }
 .BgClassName
 {
   background-color: #01998D;
 }
</style>

border-color css

<style>
 span { border-color: #01998D; }

 span { border-color: rgb(1,153,141); }

 td.TdClassName
 {
   border-color: #01998D;
 }
 .TagClassName
 {
   border-color: #01998D;
 }
</style>