#0CB86C

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

Shades of Jade #0CB86C

Tints of Jade #0CB86C

Color information

#0CB86C (or 0x0CB86C) is unknown color: approx Jade. HEX triplet: 0C, B8 and 6C. RGB value is (12,184,108). Sum of RGB (Red+Green+Blue) = 12+184+108=304 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.95% from 304); Green value is 184 (72.27% from 255 or 60.53% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB86C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB86C is #F34793. Grayscale: #7C7C7C. Windows color (decimal): -15943572 or 7125004. OLE color: 7125004.

HSL color Cylindrical-coordinate representation of color #0CB86C: hue angle of 153.49º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB86C is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB12184108-
CMYK0.9300.410.28
HSL153.49º87.76%38.43%-
HSV(B)153.49º93.48%72.16%-
XYZ2035.4419.97-
YUV123.91119.0248.18-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.95%
GREEN value IS 184 (72.27% from 255) = 60.53%
BLUE value IS 108 (42.58% from 255) = 35.53%
R=3.95%
G=60.53%
B=35.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal121841080.9300.410.28153.4987.7638.43
HexCB86C5D0291C995826
Octal142701541350513423113046
Binary11001011100011011001011101010100111100100110011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,184,108); }

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

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

 a { background-color: rgb(12,184,108); }

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

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

 span { border-color: rgb(12,184,108); }

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