Html Css Color HEX #09A29B Persian Green

📋 copy color: '#09A29B'

red 9 ◦ green 162 ◦ blue 155

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

Shades of Persian Green #09A29B

Tints of Persian Green #09A29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.55%

R = 2.76%
G = 49.69%
B = 47.55%

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

#09A29B (or 0x09A29B) is known color: Persian Green. HEX triplet: 09, A2 and 9B. RGB value is (9,162,155). Sum of RGB (Red+Green+Blue) = 9+162+155=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #09A29B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A29B is #F65D64. Grayscale: #737373. Windows color (decimal): -16145765 or 10199561. OLE color: 10199561.

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

Color convert

RGB 9 162 155 -
CMYK 0.94 0 0.04 0.36
HSL 177.25º 0.89% 0.34% -
HSV(B) 177.25º 0.94% 0.64% -
XYZ 18.95 28.27 35.47 -
YUV 115.46 150.31 52.07 -
System Red Green Blue C M Y K H S L
Decimal 9 162 155 0.94 0 0.04 0.36 177.25 0.89 0.34
Hex 9 A2 9B 5E 0 4 24 B1 59 22
Octal 11 242 233 136 0 4 44 261 131 42
Binary 1001 10100010 10011011 1011110 0 100 100100 10110001 1011001 100010

Color Harmonies of #09A29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A29B

Black with #09A29B

Text Example


Text Example

White with #09A29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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