#009C95

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

Shades of Persian Green #009C95

Tints of Persian Green #009C95

Color information

#009C95 (or 0x009C95) is unknown color: approx Persian Green. HEX triplet: 00, 9C and 95. RGB value is (0,156,149). Sum of RGB (Red+Green+Blue) = 0+156+149=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #009C95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009C95 is #FF636A. Grayscale: #6C6C6C. Windows color (decimal): -16737131 or 9804800. OLE color: 9804800.

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

Color convert

RGB0156149-
CMYK100.040.39
HSL177.31º100%30.59%-
HSV(B)177.31º100%61.18%-
XYZ17.3125.9532.53-
YUV108.56150.8250.57-

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) = 51.15%
BLUE value IS 149 (58.59% from 255) = 48.85%
R=0%
G=51.15%
B=48.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal0156149100.040.39177.3110030.59
Hex09C95640427b1641f
Octal0234225144044726114437
Binary010011100100101011100100010010011110110001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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