#009a8b

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

Shades of Persian Green #009A8B

Tints of Persian Green #009A8B

Color information

#009A8B (or 0x009A8B) is unknown color: approx Persian Green. HEX triplet: 00, 9A and 8B. RGB value is (0,154,139). Sum of RGB (Red+Green+Blue) = 0+154+139=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 154 (60.55% from 255 or 52.56% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 154 - color contains mainly: green. Hex color #009A8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009A8B is #FF6574. Grayscale: #6A6A6A. Windows color (decimal): -16737653 or 9148928. OLE color: 9148928.

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

Color convert

RGB0154139-
CMYK100.100.40
HSL174.16º100%30.2%-
HSV(B)174.16º100%60.39%-
XYZ16.2224.9828.39-
YUV106.24146.4852.22-

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) = 52.56%
BLUE value IS 139 (54.69% from 255) = 47.44%
R=0%
G=52.56%
B=47.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal0154139100.100.40174.1610030.2
Hex09A8B640A28ae641e
Octal02322131440125025614436
Binary0100110101000101111001000101010100010101110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009a8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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