Html Css Color HEX #09AAA3 Persian Green

📋 copy color: '#09AAA3'

red 9 ◦ green 170 ◦ blue 163

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

Shades of Persian Green #09AAA3

Tints of Persian Green #09AAA3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.71%

 BLUE value IS 163 (64.06% from 255) = 47.66%

R = 2.63%
G = 49.71%
B = 47.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#09AAA3 (or 0x09AAA3) is known color: Persian Green. HEX triplet: 09, AA and A3. RGB value is (9,170,163). Sum of RGB (Red+Green+Blue) = 9+170+163=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 163 (64.06% from 255 or 47.66% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #09AAA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AAA3 is #F6555C. Grayscale: #787878. Windows color (decimal): -16143709 or 10725897. OLE color: 10725897.

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

Color convert

RGB 9 170 163 -
CMYK 0.95 0 0.04 0.33
HSL 177.39º 0.9% 0.35% -
HSV(B) 177.39º 0.95% 0.67% -
XYZ 21.1 31.45 39.61 -
YUV 121.06 151.66 48.07 -
System Red Green Blue C M Y K H S L
Decimal 9 170 163 0.95 0 0.04 0.33 177.39 0.9 0.35
Hex 9 AA A3 5F 0 4 21 B1 5A 23
Octal 11 252 243 137 0 4 41 261 132 43
Binary 1001 10101010 10100011 1011111 0 100 100001 10110001 1011010 100011

Color Harmonies of #09AAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AAA3

Black with #09AAA3

Text Example


Text Example

White with #09AAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,170,163); }

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

background-color css

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

 a { background-color: rgb(9,170,163); }

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

border-color css

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

 span { border-color: rgb(9,170,163); }

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