Html Css Color HEX #01998E Persian Green

📋 copy color: '#01998E'

red 1 ◦ green 153 ◦ blue 142

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

Shades of Persian Green #01998E

Tints of Persian Green #01998E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 47.97%

R = 0.34%
G = 51.69%
B = 47.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#01998E (or 0x01998E) is known color: Persian Green. HEX triplet: 01, 99 and 8E. RGB value is (1,153,142). Sum of RGB (Red+Green+Blue) = 1+153+142=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #01998E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01998E is #FE6671. Grayscale: #6A6A6A. Windows color (decimal): -16672370 or 9345281. OLE color: 9345281.

HSL color Cylindrical-coordinate representation of color #01998E: hue angle of 175.66º 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 #01998E is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 153 142 -
CMYK 0.99 0 0.07 0.4
HSL 175.66º 0.99% 0.3% -
HSV(B) 175.66º 0.99% 0.6% -
XYZ 16.29 24.74 29.51 -
YUV 106.3 148.14 52.89 -
System Red Green Blue C M Y K H S L
Decimal 1 153 142 0.99 0 0.07 0.4 175.66 0.99 0.3
Hex 1 99 8E 63 0 7 28 B0 63 1E
Octal 1 231 216 143 0 7 50 260 143 36
Binary 1 10011001 10001110 1100011 0 111 101000 10110000 1100011 11110

Color Harmonies of #01998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01998E

Black with #01998E

Text Example


Text Example

White with #01998E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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