#0CEC69

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

Shades of Malachite #0CEC69

Tints of Malachite #0CEC69

Color information

#0CEC69 (or 0x0CEC69) is unknown color: approx Malachite. HEX triplet: 0C, EC and 69. RGB value is (12,236,105). Sum of RGB (Red+Green+Blue) = 12+236+105=353 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.40% from 353); Green value is 236 (92.58% from 255 or 66.86% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 236 - color contains mainly: green. Hex color #0CEC69 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CEC69 is #F31396. Grayscale: #9A9A9A. Windows color (decimal): -15930263 or 6941708. OLE color: 6941708.

HSL color Cylindrical-coordinate representation of color #0CEC69: hue angle of 144.91º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEC69 is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB12236105-
CMYK0.9500.560.07
HSL144.91º90.32%48.63%-
HSV(B)144.91º94.92%92.55%-
XYZ32.761.0923.43-
YUV154.09100.2926.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.40%
GREEN value IS 236 (92.58% from 255) = 66.86%
BLUE value IS 105 (41.41% from 255) = 29.75%
R=3.40%
G=66.86%
B=29.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal122361050.9500.560.07144.9190.3248.63
HexCEC695F0387915a31
Octal14354151137070722113261
Binary110011101100110100110111110111000111100100011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CEC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,236,105); }

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

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

 a { background-color: rgb(12,236,105); }

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

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

 span { border-color: rgb(12,236,105); }

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