Html Css Color HEX #099E8E Persian Green

📋 copy color: '#099E8E'

red 9 ◦ green 158 ◦ blue 142

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

Shades of Persian Green #099E8E

Tints of Persian Green #099E8E

RGB

 RED value IS 9 (3.91% from 255) = 2.91%

 GREEN value IS 158 (62.11% from 255) = 51.13%

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

R = 2.91%
G = 51.13%
B = 45.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#099E8E (or 0x099E8E) is known color: Persian Green. HEX triplet: 09, 9E and 8E. RGB value is (9,158,142). Sum of RGB (Red+Green+Blue) = 9+158+142=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 158 (62.11% from 255 or 51.13% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 158 - color contains mainly: green. Hex color #099E8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099E8E is #F66171. Grayscale: #6F6F6F. Windows color (decimal): -16146802 or 9346569. OLE color: 9346569.

HSL color Cylindrical-coordinate representation of color #099E8E: hue angle of 173.56º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099E8E is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 158 142 -
CMYK 0.94 0 0.10 0.38
HSL 173.56º 0.89% 0.33% -
HSV(B) 173.56º 0.94% 0.62% -
XYZ 17.22 26.46 29.79 -
YUV 111.63 145.14 54.8 -
System Red Green Blue C M Y K H S L
Decimal 9 158 142 0.94 0 0.10 0.38 173.56 0.89 0.33
Hex 9 9E 8E 5E 0 A 26 AE 59 21
Octal 11 236 216 136 0 12 46 256 131 41
Binary 1001 10011110 10001110 1011110 0 1010 100110 10101110 1011001 100001

Color Harmonies of #099E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099E8E

Black with #099E8E

Text Example


Text Example

White with #099E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099E8E; }

 p { color: rgb(9,158,142); }

 H1.HeaderClassName
 {
   color: #099E8E;
 }
 .AnyTagClassName
 {
   color: #099E8E;
 }
</style>

background-color css

<style>
 a { background-color: #099E8E; }

 a { background-color: rgb(9,158,142); }

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

border-color css

<style>
 span { border-color: #099E8E; }

 span { border-color: rgb(9,158,142); }

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