#0EDC32

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

Shades of Dark Pastel Green #0EDC32

Tints of Dark Pastel Green #0EDC32

Color information

#0EDC32 (or 0x0EDC32) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, DC and 32. RGB value is (14,220,50). Sum of RGB (Red+Green+Blue) = 14+220+50=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 220 (86.33% from 255 or 77.46% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDC32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDC32 is #F123CD. Grayscale: #8B8B8B. Windows color (decimal): -15803342 or 3333134. OLE color: 3333134.

HSL color Cylindrical-coordinate representation of color #0EDC32: hue angle of 130.49º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDC32 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB1422050-
CMYK0.9400.770.14
HSL130.49º88.03%45.88%-
HSV(B)130.49º93.64%86.27%-
XYZ26.3551.5111.57-
YUV139.0377.7538.82-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.93%
GREEN value IS 220 (86.33% from 255) = 77.46%
BLUE value IS 50 (19.92% from 255) = 17.61%
R=4.93%
G=77.46%
B=17.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal14220500.9400.770.14130.4988.0345.88
HexEDC325E04DE82582e
Octal163346213601151620213056
Binary1110110111001100101011110010011011110100000101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,220,50); }

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

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

 a { background-color: rgb(14,220,50); }

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

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

 span { border-color: rgb(14,220,50); }

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