Html Css Color HEX #09AA6A Jade

📋 copy color: '#09AA6A'

red 9 ◦ green 170 ◦ blue 106

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

Shades of Jade #09AA6A

Tints of Jade #09AA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.19%

R = 3.16%
G = 59.65%
B = 37.19%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#09AA6A (or 0x09AA6A) is known color: Jade. HEX triplet: 09, AA and 6A. RGB value is (9,170,106). Sum of RGB (Red+Green+Blue) = 9+170+106=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 170 (66.80% from 255 or 59.65% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 170 - color contains mainly: green. Hex color #09AA6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AA6A is #F65595. Grayscale: #727272. Windows color (decimal): -16143766 or 6990345. OLE color: 6990345.

HSL color Cylindrical-coordinate representation of color #09AA6A: hue angle of 156.15º 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 #09AA6A is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 170 106 -
CMYK 0.95 0 0.38 0.33
HSL 156.15º 0.9% 0.35% -
HSV(B) 156.15º 0.95% 0.67% -
XYZ 17.09 29.85 18.5 -
YUV 114.57 123.16 52.7 -
System Red Green Blue C M Y K H S L
Decimal 9 170 106 0.95 0 0.38 0.33 156.15 0.9 0.35
Hex 9 AA 6A 5F 0 26 21 9C 5A 23
Octal 11 252 152 137 0 46 41 234 132 43
Binary 1001 10101010 1101010 1011111 0 100110 100001 10011100 1011010 100011

Color Harmonies of #09AA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AA6A

Black with #09AA6A

Text Example


Text Example

White with #09AA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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