#009F8C

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

Shades of Persian Green #009F8C

Tints of Persian Green #009F8C

Color information

#009F8C (or 0x009F8C) is unknown color: approx Persian Green. HEX triplet: 00, 9F and 8C. RGB value is (0,159,140). Sum of RGB (Red+Green+Blue) = 0+159+140=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 159 (62.5% from 255 or 53.18% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 159 - color contains mainly: green. Hex color #009F8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009F8C is #FF6073. Grayscale: #6D6D6D. Windows color (decimal): -16736372 or 9215744. OLE color: 9215744.

HSL color Cylindrical-coordinate representation of color #009F8C: hue angle of 172.83º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009F8C is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB0159140-
CMYK100.120.38
HSL172.83º100%31.18%-
HSV(B)172.83º100%62.35%-
XYZ17.1326.6929.06-
YUV109.29145.3250.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 159 (62.5% from 255) = 53.18%
BLUE value IS 140 (55.08% from 255) = 46.82%
R=0%
G=53.18%
B=46.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal0159140100.120.38172.8310031.18
Hex09F8C640C26ad641f
Octal02372141440144625514437
Binary0100111111000110011001000110010011010101101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009F8C; }

 p { color: rgb(0,159,140); }

 H1.HeaderClassName
 {
   color: #009F8C;
 }
 .AnyTagClassName
 {
   color: #009F8C;
 }
</style>
background-color css

<style>
 a { background-color: #009F8C; }

 a { background-color: rgb(0,159,140); }

 div.DivClassName
 {
   background-color: #009F8C;
 }
 .BgClassName
 {
   background-color: #009F8C;
 }
</style>
border-color css

<style>
 span { border-color: #009F8C; }

 span { border-color: rgb(0,159,140); }

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