#0BC66C

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

Shades of Jade #0BC66C

Tints of Jade #0BC66C

Color information

#0BC66C (or 0x0BC66C) is unknown color: approx Jade. HEX triplet: 0B, C6 and 6C. RGB value is (11,198,108). Sum of RGB (Red+Green+Blue) = 11+198+108=317 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.47% from 317); Green value is 198 (77.73% from 255 or 62.46% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 198 - color contains mainly: green. Hex color #0BC66C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC66C is #F43993. Grayscale: #848484. Windows color (decimal): -16005524 or 7128587. OLE color: 7128587.

HSL color Cylindrical-coordinate representation of color #0BC66C: hue angle of 151.12º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC66C is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB11198108-
CMYK0.9400.450.22
HSL151.12º89.47%40.98%-
HSV(B)151.12º94.44%77.65%-
XYZ23.0441.5420.99-
YUV131.83114.5541.82-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.47%
GREEN value IS 198 (77.73% from 255) = 62.46%
BLUE value IS 108 (42.58% from 255) = 34.07%
R=3.47%
G=62.46%
B=34.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal111981080.9400.450.22151.1289.4740.98
HexBC66C5E02D16975929
Octal133061541360552622713151
Binary10111100011011011001011110010110110110100101111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BC66C; }

 p { color: rgb(11,198,108); }

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

<style>
 a { background-color: #0BC66C; }

 a { background-color: rgb(11,198,108); }

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

<style>
 span { border-color: #0BC66C; }

 span { border-color: rgb(11,198,108); }

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