#009A9A

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

Shades of Persian Green #009A9A

Tints of Persian Green #009A9A

Color information

#009A9A (or 0x009A9A) is unknown color: approx Persian Green. HEX triplet: 00, 9A and 9A. RGB value is (0,154,154). Sum of RGB (Red+Green+Blue) = 0+154+154=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 154 (60.55% from 255 or 50% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: green, blue. Hex color #009A9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009A9A is #FF6565. Grayscale: #6B6B6B. Windows color (decimal): -16737638 or 10131968. OLE color: 10131968.

HSL color Cylindrical-coordinate representation of color #009A9A: hue angle of 180º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009A9A is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB0154154-
CMYK1000.40
HSL180º100%30.2%-
HSV(B)180º100%60.39%-
XYZ17.3925.4434.57-
YUV107.95153.9851-

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) = 50%
BLUE value IS 154 (60.55% from 255) = 50%
R=0%
G=50%
B=50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal01541541000.4018010030.2
Hex09A9A640028b4641e
Octal0232232144005026414436
Binary0100110101001101011001000010100010110100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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