Html Css Color HEX #09AB72 Jade

📋 copy color: '#09AB72'

red 9 ◦ green 171 ◦ blue 114

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

Shades of Jade #09AB72

Tints of Jade #09AB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.78%

R = 3.06%
G = 58.16%
B = 38.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#09AB72 (or 0x09AB72) is known color: Jade. HEX triplet: 09, AB and 72. RGB value is (9,171,114). Sum of RGB (Red+Green+Blue) = 9+171+114=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 171 (67.19% from 255 or 58.16% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 171 - color contains mainly: green. Hex color #09AB72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AB72 is #F6548D. Grayscale: #747474. Windows color (decimal): -16143502 or 7514889. OLE color: 7514889.

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

Color convert

RGB 9 171 114 -
CMYK 0.95 0 0.33 0.33
HSL 158.89º 0.9% 0.35% -
HSV(B) 158.89º 0.95% 0.67% -
XYZ 17.71 30.4 20.85 -
YUV 116.06 126.83 51.63 -
System Red Green Blue C M Y K H S L
Decimal 9 171 114 0.95 0 0.33 0.33 158.89 0.9 0.35
Hex 9 AB 72 5F 0 21 21 9F 5A 23
Octal 11 253 162 137 0 41 41 237 132 43
Binary 1001 10101011 1110010 1011111 0 100001 100001 10011111 1011010 100011

Color Harmonies of #09AB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AB72

Black with #09AB72

Text Example


Text Example

White with #09AB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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