#0ECC52

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

Shades of Malachite #0ECC52

Tints of Malachite #0ECC52

Color information

#0ECC52 (or 0x0ECC52) is unknown color: approx Malachite. HEX triplet: 0E, CC and 52. RGB value is (14,204,82). Sum of RGB (Red+Green+Blue) = 14+204+82=300 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.67% from 300); Green value is 204 (80.08% from 255 or 68% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECC52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECC52 is #F133AD. Grayscale: #858585. Windows color (decimal): -15807406 or 5426190. OLE color: 5426190.

HSL color Cylindrical-coordinate representation of color #0ECC52: hue angle of 141.47º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECC52 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB1420482-
CMYK0.9300.600.2
HSL141.47º87.16%42.75%-
HSV(B)141.47º93.14%80%-
XYZ23.343.8915.23-
YUV133.2899.0542.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.67%
GREEN value IS 204 (80.08% from 255) = 68%
BLUE value IS 82 (32.42% from 255) = 27.33%
R=4.67%
G=68%
B=27.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal14204820.9300.600.2141.4787.1642.75
HexECC525D03C148d572b
Octal163141221350742421512753
Binary11101100110010100101011101011110010100100011011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,204,82); }

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

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

 a { background-color: rgb(14,204,82); }

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

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

 span { border-color: rgb(14,204,82); }

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