#09BC75

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

Shades of Jade #09BC75

Tints of Jade #09BC75

Color information

#09BC75 (or 0x09BC75) is unknown color: approx Jade. HEX triplet: 09, BC and 75. RGB value is (9,188,117). Sum of RGB (Red+Green+Blue) = 9+188+117=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BC75 is #F6438A. Grayscale: #7E7E7E. Windows color (decimal): -16139147 or 7715849. OLE color: 7715849.

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

Color convert

RGB9188117-
CMYK0.9500.380.26
HSL156.2º90.86%38.63%-
HSV(B)156.2º95.21%73.73%-
XYZ21.3137.3122.91-
YUV126.38122.744.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.87%
GREEN value IS 188 (73.83% from 255) = 59.87%
BLUE value IS 117 (46.09% from 255) = 37.26%
R=2.87%
G=59.87%
B=37.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal91881170.9500.380.26156.290.8638.63
Hex9BC755F0261A9c5b27
Octal112741651370463223413347
Binary10011011110011101011011111010011011010100111001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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