#099E8E

Color #099E8E Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #099E8E

Tints of Persian Green #099E8E

Color information

#099E8E (or 0x099E8E) is unknown color: approx 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

RGB9158142-
CMYK0.9400.100.38
HSL173.56º89.22%32.75%-
HSV(B)173.56º94.3%61.96%-
XYZ17.2226.4629.79-
YUV111.62145.1454.8-

RGB Variations

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

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 (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91581420.9400.100.38173.5689.2232.75
Hex99E8E5E0A26ae5921
Octal112362161360124625613141
Binary10011001111010001110101111001010100110101011101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>