#0EC52C

Color #0EC52C Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0EC52C

Tints of Dark Pastel Green #0EC52C

Color information

#0EC52C (or 0x0EC52C) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, C5 and 2C. RGB value is (14,197,44). Sum of RGB (Red+Green+Blue) = 14+197+44=255 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.49% from 255); Green value is 197 (77.34% from 255 or 77.25% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 197 - color contains mainly: green. Hex color #0EC52C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC52C is #F13AD3. Grayscale: #7D7D7D. Windows color (decimal): -15809236 or 2934030. OLE color: 2934030.

HSL color Cylindrical-coordinate representation of color #0EC52C: hue angle of 129.84º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC52C is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB1419744-
CMYK0.9300.780.23
HSL129.84º86.73%41.37%-
HSV(B)129.84º92.89%77.25%-
XYZ20.640.219.06-
YUV124.8482.3748.94-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.49%
GREEN value IS 197 (77.34% from 255) = 77.25%
BLUE value IS 44 (17.58% from 255) = 17.25%
R=5.49%
G=77.25%
B=17.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal14197440.9300.780.23129.8486.7341.37
HexEC52C5D04E17825729
Octal163055413501162720212751
Binary11101100010110110010111010100111010111100000101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,197,44); }

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

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

 a { background-color: rgb(14,197,44); }

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

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

 span { border-color: rgb(14,197,44); }

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