#009A9C

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

Shades of Persian Green #009A9C

Tints of Persian Green #009A9C

Color information

#009A9C (or 0x009A9C) is unknown color: approx Persian Green. HEX triplet: 00, 9A and 9C. RGB value is (0,154,156). Sum of RGB (Red+Green+Blue) = 0+154+156=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 154 (60.55% from 255 or 49.68% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #009A9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009A9C is #FF6563. Grayscale: #6C6C6C. Windows color (decimal): -16737636 or 10263040. OLE color: 10263040.

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

Color convert

RGB0154156-
CMYK10.0100.39
HSL180.77º100%30.59%-
HSV(B)180.77º100%61.18%-
XYZ17.5625.5135.45-
YUV108.18154.9850.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal015415610.0100.39180.7710030.59
Hex09A9C641027b5641f
Octal0232234144104726514437
Binary0100110101001110011001001010011110110101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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