Html Css Color HEX #09BC70 Jade

📋 copy color: '#09BC70'

red 9 ◦ green 188 ◦ blue 112

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

Shades of Jade #09BC70

Tints of Jade #09BC70

RGB

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

 GREEN value IS 188 (73.83% from 255) = 60.84%

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

R = 2.91%
G = 60.84%
B = 36.25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#09BC70 (or 0x09BC70) is known color: Jade. HEX triplet: 09, BC and 70. RGB value is (9,188,112). Sum of RGB (Red+Green+Blue) = 9+188+112=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BC70 is #F6438F. Grayscale: #7D7D7D. Windows color (decimal): -16139152 or 7388169. OLE color: 7388169.

HSL color Cylindrical-coordinate representation of color #09BC70: hue angle of 154.53º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BC70 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 188 112 -
CMYK 0.95 0 0.40 0.26
HSL 154.53º 0.91% 0.39% -
HSV(B) 154.53º 0.95% 0.74% -
XYZ 21.02 37.19 21.4 -
YUV 125.82 120.2 44.68 -
System Red Green Blue C M Y K H S L
Decimal 9 188 112 0.95 0 0.40 0.26 154.53 0.91 0.39
Hex 9 BC 70 5F 0 28 1A 9B 5B 27
Octal 11 274 160 137 0 50 32 233 133 47
Binary 1001 10111100 1110000 1011111 0 101000 11010 10011011 1011011 100111

Color Harmonies of #09BC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BC70

Black with #09BC70

Text Example


Text Example

White with #09BC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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