Html Css Color HEX #09A29D Persian Green

📋 copy color: '#09A29D'

red 9 ◦ green 162 ◦ blue 157

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

Shades of Persian Green #09A29D

Tints of Persian Green #09A29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.87%

R = 2.74%
G = 49.39%
B = 47.87%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#09A29D (or 0x09A29D) is known color: Persian Green. HEX triplet: 09, A2 and 9D. RGB value is (9,162,157). Sum of RGB (Red+Green+Blue) = 9+162+157=328 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #09A29D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A29D is #F65D62. Grayscale: #737373. Windows color (decimal): -16145763 or 10330633. OLE color: 10330633.

HSL color Cylindrical-coordinate representation of color #09A29D: hue angle of 178.04º 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 #09A29D is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 9 162 157 -
CMYK 0.94 0 0.03 0.36
HSL 178.04º 0.89% 0.34% -
HSV(B) 178.04º 0.94% 0.64% -
XYZ 19.12 28.33 36.36 -
YUV 115.68 151.31 51.91 -
System Red Green Blue C M Y K H S L
Decimal 9 162 157 0.94 0 0.03 0.36 178.04 0.89 0.34
Hex 9 A2 9D 5E 0 3 24 B2 59 22
Octal 11 242 235 136 0 3 44 262 131 42
Binary 1001 10100010 10011101 1011110 0 11 100100 10110010 1011001 100010

Color Harmonies of #09A29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A29D

Black with #09A29D

Text Example


Text Example

White with #09A29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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