Html Css Color HEX #09B470 Jade

📋 copy color: '#09B470'

red 9 ◦ green 180 ◦ blue 112

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

Shades of Jade #09B470

Tints of Jade #09B470

RGB

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

 GREEN value IS 180 (70.7% from 255) = 59.8%

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

R = 2.99%
G = 59.8%
B = 37.21%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#09B470 (or 0x09B470) is known color: Jade. HEX triplet: 09, B4 and 70. RGB value is (9,180,112). Sum of RGB (Red+Green+Blue) = 9+180+112=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 180 (70.70% from 255 or 59.80% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 180 - color contains mainly: green. Hex color #09B470 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09B470 is #F64B8F. Grayscale: #797979. Windows color (decimal): -16141200 or 7386121. OLE color: 7386121.

HSL color Cylindrical-coordinate representation of color #09B470: hue angle of 156.14º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B470 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 180 112 -
CMYK 0.95 0 0.38 0.29
HSL 156.14º 0.9% 0.37% -
HSV(B) 156.14º 0.95% 0.71% -
XYZ 19.36 33.87 20.85 -
YUV 121.12 122.85 48.03 -
System Red Green Blue C M Y K H S L
Decimal 9 180 112 0.95 0 0.38 0.29 156.14 0.9 0.37
Hex 9 B4 70 5F 0 26 1D 9C 5A 25
Octal 11 264 160 137 0 46 35 234 132 45
Binary 1001 10110100 1110000 1011111 0 100110 11101 10011100 1011010 100101

Color Harmonies of #09B470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B470

Black with #09B470

Text Example


Text Example

White with #09B470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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