#0CB46E

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

Shades of Jade #0CB46E

Tints of Jade #0CB46E

Color information

#0CB46E (or 0x0CB46E) is unknown color: approx Jade. HEX triplet: 0C, B4 and 6E. RGB value is (12,180,110). Sum of RGB (Red+Green+Blue) = 12+180+110=302 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.97% from 302); Green value is 180 (70.70% from 255 or 59.60% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB46E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB46E is #F34B91. Grayscale: #797979. Windows color (decimal): -15944594 or 7255052. OLE color: 7255052.

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

Color convert

RGB12180110-
CMYK0.9300.390.29
HSL155º87.5%37.65%-
HSV(B)155º93.33%70.59%-
XYZ19.2933.8520.27-
YUV121.79121.3449.69-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.97%
GREEN value IS 180 (70.70% from 255) = 59.60%
BLUE value IS 110 (43.36% from 255) = 36.42%
R=3.97%
G=59.60%
B=36.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121801100.9300.390.2915587.537.65
HexCB46E5D0271D9b5826
Octal142641561350473523313046
Binary11001011010011011101011101010011111101100110111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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