Html Css Color HEX #09A49E Persian Green

📋 copy color: '#09A49E'

red 9 ◦ green 164 ◦ blue 158

#09A49E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #09A49E

Tints of Persian Green #09A49E

RGB

 RED value IS 9 (3.91% from 255) = 2.72%

 GREEN value IS 164 (64.45% from 255) = 49.55%

 BLUE value IS 158 (62.11% from 255) = 47.73%

R = 2.72%
G = 49.55%
B = 47.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#09A49E (or 0x09A49E) is known color: Persian Green. HEX triplet: 09, A4 and 9E. RGB value is (9,164,158). Sum of RGB (Red+Green+Blue) = 9+164+158=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 164 (64.45% from 255 or 49.55% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 164 - color contains mainly: green. Hex color #09A49E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A49E is #F65B61. Grayscale: #747474. Windows color (decimal): -16145250 or 10396681. OLE color: 10396681.

HSL color Cylindrical-coordinate representation of color #09A49E: hue angle of 177.68º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A49E is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 9 164 158 -
CMYK 0.95 0 0.04 0.36
HSL 177.68º 0.9% 0.34% -
HSV(B) 177.68º 0.95% 0.64% -
XYZ 19.56 29.08 36.93 -
YUV 116.97 151.15 50.99 -
System Red Green Blue C M Y K H S L
Decimal 9 164 158 0.95 0 0.04 0.36 177.68 0.9 0.34
Hex 9 A4 9E 5F 0 4 24 B2 5A 22
Octal 11 244 236 137 0 4 44 262 132 42
Binary 1001 10100100 10011110 1011111 0 100 100100 10110010 1011010 100010

Color Harmonies of #09A49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A49E

Black with #09A49E

Text Example


Text Example

White with #09A49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09A49E; }

 p { color: rgb(9,164,158); }

 H1.HeaderClassName
 {
   color: #09A49E;
 }
 .AnyTagClassName
 {
   color: #09A49E;
 }
</style>

background-color css

<style>
 a { background-color: #09A49E; }

 a { background-color: rgb(9,164,158); }

 div.DivClassName
 {
   background-color: #09A49E;
 }
 .BgClassName
 {
   background-color: #09A49E;
 }
</style>

border-color css

<style>
 span { border-color: #09A49E; }

 span { border-color: rgb(9,164,158); }

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