Html Css Color HEX #09A870 Jade

📋 copy color: '#09A870'

red 9 ◦ green 168 ◦ blue 112

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

Shades of Jade #09A870

Tints of Jade #09A870

RGB

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

 GREEN value IS 168 (66.02% from 255) = 58.13%

 BLUE value IS 112 (44.14% from 255) = 38.75%

R = 3.11%
G = 58.13%
B = 38.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#09A870 (or 0x09A870) is known color: Jade. HEX triplet: 09, A8 and 70. RGB value is (9,168,112). Sum of RGB (Red+Green+Blue) = 9+168+112=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 168 (66.02% from 255 or 58.13% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 168 - color contains mainly: green. Hex color #09A870 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A870 is #F6578F. Grayscale: #727272. Windows color (decimal): -16144272 or 7383049. OLE color: 7383049.

HSL color Cylindrical-coordinate representation of color #09A870: hue angle of 158.87º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A870 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 9 168 112 -
CMYK 0.95 0 0.33 0.34
HSL 158.87º 0.9% 0.35% -
HSV(B) 158.87º 0.95% 0.66% -
XYZ 17.04 29.23 20.07 -
YUV 114.08 126.82 53.05 -
System Red Green Blue C M Y K H S L
Decimal 9 168 112 0.95 0 0.33 0.34 158.87 0.9 0.35
Hex 9 A8 70 5F 0 21 22 9F 5A 23
Octal 11 250 160 137 0 41 42 237 132 43
Binary 1001 10101000 1110000 1011111 0 100001 100010 10011111 1011010 100011

Color Harmonies of #09A870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A870

Black with #09A870

Text Example


Text Example

White with #09A870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,168,112); }

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

background-color css

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

 a { background-color: rgb(9,168,112); }

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

border-color css

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

 span { border-color: rgb(9,168,112); }

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