#0CB86E

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

Shades of Jade #0CB86E

Tints of Jade #0CB86E

Color information

#0CB86E (or 0x0CB86E) is unknown color: approx Jade. HEX triplet: 0C, B8 and 6E. RGB value is (12,184,110). Sum of RGB (Red+Green+Blue) = 12+184+110=306 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.92% from 306); Green value is 184 (72.27% from 255 or 60.13% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB86E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB86E is #F34791. Grayscale: #7C7C7C. Windows color (decimal): -15943570 or 7256076. OLE color: 7256076.

HSL color Cylindrical-coordinate representation of color #0CB86E: hue angle of 154.19º 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 #0CB86E is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB12184110-
CMYK0.9300.400.28
HSL154.19º87.76%38.43%-
HSV(B)154.19º93.48%72.16%-
XYZ20.1135.4820.54-
YUV124.14120.0248.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.92%
GREEN value IS 184 (72.27% from 255) = 60.13%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=3.92%
G=60.13%
B=35.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal121841100.9300.400.28154.1987.7638.43
HexCB86E5D0281C9a5826
Octal142701561350503423213046
Binary11001011100011011101011101010100011100100110101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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