Html Css Color HEX #09AB64 Jade

📋 copy color: '#09AB64'

red 9 ◦ green 171 ◦ blue 100

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

Shades of Jade #09AB64

Tints of Jade #09AB64

RGB

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

 GREEN value IS 171 (67.19% from 255) = 61.07%

 BLUE value IS 100 (39.45% from 255) = 35.71%

R = 3.21%
G = 61.07%
B = 35.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#09AB64 (or 0x09AB64) is known color: Jade. HEX triplet: 09, AB and 64. RGB value is (9,171,100). Sum of RGB (Red+Green+Blue) = 9+171+100=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 171 (67.19% from 255 or 61.07% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 171 - color contains mainly: green. Hex color #09AB64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AB64 is #F6549B. Grayscale: #727272. Windows color (decimal): -16143516 or 6597385. OLE color: 6597385.

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

Color convert

RGB 9 171 100 -
CMYK 0.95 0 0.42 0.33
HSL 153.7º 0.9% 0.35% -
HSV(B) 153.7º 0.95% 0.67% -
XYZ 16.98 30.1 16.97 -
YUV 114.47 119.83 52.77 -
System Red Green Blue C M Y K H S L
Decimal 9 171 100 0.95 0 0.42 0.33 153.7 0.9 0.35
Hex 9 AB 64 5F 0 2A 21 9A 5A 23
Octal 11 253 144 137 0 52 41 232 132 43
Binary 1001 10101011 1100100 1011111 0 101010 100001 10011010 1011010 100011

Color Harmonies of #09AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AB64

Black with #09AB64

Text Example


Text Example

White with #09AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,171,100); }

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

background-color css

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

 a { background-color: rgb(9,171,100); }

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

border-color css

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

 span { border-color: rgb(9,171,100); }

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