Html Css Color HEX #09A570 Jade

📋 copy color: '#09A570'

red 9 ◦ green 165 ◦ blue 112

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

Shades of Jade #09A570

Tints of Jade #09A570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 57.69%

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

R = 3.15%
G = 57.69%
B = 39.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#09A570 (or 0x09A570) is known color: Jade. HEX triplet: 09, A5 and 70. RGB value is (9,165,112). Sum of RGB (Red+Green+Blue) = 9+165+112=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 165 (64.84% from 255 or 57.69% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 165 - color contains mainly: green. Hex color #09A570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A570 is #F65A8F. Grayscale: #707070. Windows color (decimal): -16145040 or 7382281. OLE color: 7382281.

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

Color convert

RGB 9 165 112 -
CMYK 0.95 0 0.32 0.35
HSL 159.62º 0.9% 0.34% -
HSV(B) 159.62º 0.95% 0.65% -
XYZ 16.49 28.14 19.89 -
YUV 112.31 127.82 54.31 -
System Red Green Blue C M Y K H S L
Decimal 9 165 112 0.95 0 0.32 0.35 159.62 0.9 0.34
Hex 9 A5 70 5F 0 20 23 A0 5A 22
Octal 11 245 160 137 0 40 43 240 132 42
Binary 1001 10100101 1110000 1011111 0 100000 100011 10100000 1011010 100010

Color Harmonies of #09A570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A570

Black with #09A570

Text Example


Text Example

White with #09A570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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