Html Css Color HEX #09AA65 Jade

📋 copy color: '#09AA65'

red 9 ◦ green 170 ◦ blue 101

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

Shades of Jade #09AA65

Tints of Jade #09AA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.07%

R = 3.21%
G = 60.71%
B = 36.07%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#09AA65 (or 0x09AA65) is known color: Jade. HEX triplet: 09, AA and 65. RGB value is (9,170,101). Sum of RGB (Red+Green+Blue) = 9+170+101=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 170 (66.80% from 255 or 60.71% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 170 - color contains mainly: green. Hex color #09AA65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AA65 is #F6559A. Grayscale: #727272. Windows color (decimal): -16143771 or 6662665. OLE color: 6662665.

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

Color convert

RGB 9 170 101 -
CMYK 0.95 0 0.41 0.33
HSL 154.29º 0.9% 0.35% -
HSV(B) 154.29º 0.95% 0.67% -
XYZ 16.84 29.75 17.17 -
YUV 114 120.66 53.11 -
System Red Green Blue C M Y K H S L
Decimal 9 170 101 0.95 0 0.41 0.33 154.29 0.9 0.35
Hex 9 AA 65 5F 0 29 21 9A 5A 23
Octal 11 252 145 137 0 51 41 232 132 43
Binary 1001 10101010 1100101 1011111 0 101001 100001 10011010 1011010 100011

Color Harmonies of #09AA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AA65

Black with #09AA65

Text Example


Text Example

White with #09AA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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