Html Css Color HEX #09A29C Persian Green

📋 copy color: '#09A29C'

red 9 ◦ green 162 ◦ blue 156

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

Shades of Persian Green #09A29C

Tints of Persian Green #09A29C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.54%

 BLUE value IS 156 (61.33% from 255) = 47.71%

R = 2.75%
G = 49.54%
B = 47.71%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#09A29C (or 0x09A29C) is known color: Persian Green. HEX triplet: 09, A2 and 9C. RGB value is (9,162,156). Sum of RGB (Red+Green+Blue) = 9+162+156=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #09A29C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A29C is #F65D63. Grayscale: #737373. Windows color (decimal): -16145764 or 10265097. OLE color: 10265097.

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

Color convert

RGB 9 162 156 -
CMYK 0.94 0 0.04 0.36
HSL 177.65º 0.89% 0.34% -
HSV(B) 177.65º 0.94% 0.64% -
XYZ 19.03 28.3 35.91 -
YUV 115.57 150.81 51.99 -
System Red Green Blue C M Y K H S L
Decimal 9 162 156 0.94 0 0.04 0.36 177.65 0.89 0.34
Hex 9 A2 9C 5E 0 4 24 B2 59 22
Octal 11 242 234 136 0 4 44 262 131 42
Binary 1001 10100010 10011100 1011110 0 100 100100 10110010 1011001 100010

Color Harmonies of #09A29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A29C

Black with #09A29C

Text Example


Text Example

White with #09A29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,162,156); }

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

background-color css

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

 a { background-color: rgb(9,162,156); }

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

border-color css

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

 span { border-color: rgb(9,162,156); }

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