#009C89

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

Shades of Persian Green #009C89

Tints of Persian Green #009C89

Color information

#009C89 (or 0x009C89) is unknown color: approx Persian Green. HEX triplet: 00, 9C and 89. RGB value is (0,156,137). Sum of RGB (Red+Green+Blue) = 0+156+137=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 156 (61.33% from 255 or 53.24% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 156 - color contains mainly: green. Hex color #009C89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009C89 is #FF6376. Grayscale: #6B6B6B. Windows color (decimal): -16737143 or 9018368. OLE color: 9018368.

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

Color convert

RGB0156137-
CMYK100.120.39
HSL172.69º100%30.59%-
HSV(B)172.69º100%61.18%-
XYZ16.425.5827.74-
YUV107.19144.8251.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 156 (61.33% from 255) = 53.24%
BLUE value IS 137 (53.91% from 255) = 46.76%
R=0%
G=53.24%
B=46.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal0156137100.120.39172.6910030.59
Hex09C89640C27ad641f
Octal02342111440144725514437
Binary0100111001000100111001000110010011110101101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,156,137); }

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

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

 a { background-color: rgb(0,156,137); }

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

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

 span { border-color: rgb(0,156,137); }

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