#009E9C

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

Shades of Persian Green #009E9C

Tints of Persian Green #009E9C

Color information

#009E9C (or 0x009E9C) is unknown color: approx Persian Green. HEX triplet: 00, 9E and 9C. RGB value is (0,158,156). Sum of RGB (Red+Green+Blue) = 0+158+156=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 158 (62.11% from 255 or 50.32% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 158 - color contains mainly: green. Hex color #009E9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009E9C is #FF6163. Grayscale: #6E6E6E. Windows color (decimal): -16736612 or 10264064. OLE color: 10264064.

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

Color convert

RGB0158156-
CMYK100.010.38
HSL179.24º100%30.98%-
HSV(B)179.24º100%61.96%-
XYZ18.2326.8535.68-
YUV110.53153.6549.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 158 (62.11% from 255) = 50.32%
BLUE value IS 156 (61.33% from 255) = 49.68%
R=0%
G=50.32%
B=49.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal0158156100.010.38179.2410030.98
Hex09E9C640126b3641f
Octal0236234144014626314437
Binary0100111101001110011001000110011010110011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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