Html Css Color HEX #09AA68 Jade

📋 copy color: '#09AA68'

red 9 ◦ green 170 ◦ blue 104

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

Shades of Jade #09AA68

Tints of Jade #09AA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 3.18%
G = 60.07%
B = 36.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#09AA68 (or 0x09AA68) is known color: Jade. HEX triplet: 09, AA and 68. RGB value is (9,170,104). Sum of RGB (Red+Green+Blue) = 9+170+104=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 170 (66.80% from 255 or 60.07% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 170 - color contains mainly: green. Hex color #09AA68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AA68 is #F65597. Grayscale: #727272. Windows color (decimal): -16143768 or 6859273. OLE color: 6859273.

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

Color convert

RGB 9 170 104 -
CMYK 0.95 0 0.39 0.33
HSL 155.4º 0.9% 0.35% -
HSV(B) 155.4º 0.95% 0.67% -
XYZ 16.99 29.81 17.95 -
YUV 114.34 122.16 52.87 -
System Red Green Blue C M Y K H S L
Decimal 9 170 104 0.95 0 0.39 0.33 155.4 0.9 0.35
Hex 9 AA 68 5F 0 27 21 9B 5A 23
Octal 11 252 150 137 0 47 41 233 132 43
Binary 1001 10101010 1101000 1011111 0 100111 100001 10011011 1011010 100011

Color Harmonies of #09AA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AA68

Black with #09AA68

Text Example


Text Example

White with #09AA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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