#009F96

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

Shades of Persian Green #009F96

Tints of Persian Green #009F96

Color information

#009F96 (or 0x009F96) is unknown color: approx Persian Green. HEX triplet: 00, 9F and 96. RGB value is (0,159,150). Sum of RGB (Red+Green+Blue) = 0+159+150=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #009F96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009F96 is #FF6069. Grayscale: #6E6E6E. Windows color (decimal): -16736362 or 9871104. OLE color: 9871104.

HSL color Cylindrical-coordinate representation of color #009F96: hue angle of 176.6º 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 #009F96 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB0159150-
CMYK100.060.38
HSL176.6º100%31.18%-
HSV(B)176.6º100%62.35%-
XYZ17.92733.12-
YUV110.43150.3249.23-

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) = 51.46%
BLUE value IS 150 (58.98% from 255) = 48.54%
R=0%
G=51.46%
B=48.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal0159150100.060.38176.610031.18
Hex09F96640626b1641f
Octal0237226144064626114437
Binary010011111100101101100100011010011010110001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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