#09BC76

Color #09BC76 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #09BC76

Tints of Jade #09BC76

Color information

#09BC76 (or 0x09BC76) is unknown color: approx Jade. HEX triplet: 09, BC and 76. RGB value is (9,188,118). Sum of RGB (Red+Green+Blue) = 9+188+118=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BC76 is #F64389. Grayscale: #7E7E7E. Windows color (decimal): -16139146 or 7781385. OLE color: 7781385.

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

Color convert

RGB9188118-
CMYK0.9500.370.26
HSL156.54º90.86%38.63%-
HSV(B)156.54º95.21%73.73%-
XYZ21.3737.3323.22-
YUV126.5123.244.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.86%
GREEN value IS 188 (73.83% from 255) = 59.68%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=2.86%
G=59.68%
B=37.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal91881180.9500.370.26156.5490.8638.63
Hex9BC765F0251A9d5b27
Octal112741661370453223513347
Binary10011011110011101101011111010010111010100111011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #09BC76;
 }
 .AnyTagClassName
 {
   color: #09BC76;
 }
</style>
background-color css

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

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

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

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

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

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