#0EC32E

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

Shades of Dark Pastel Green #0EC32E

Tints of Dark Pastel Green #0EC32E

Color information

#0EC32E (or 0x0EC32E) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, C3 and 2E. RGB value is (14,195,46). Sum of RGB (Red+Green+Blue) = 14+195+46=255 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.49% from 255); Green value is 195 (76.56% from 255 or 76.47% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC32E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC32E is #F13CD1. Grayscale: #7C7C7C. Windows color (decimal): -15809746 or 3064590. OLE color: 3064590.

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

Color convert

RGB1419546-
CMYK0.9300.760.24
HSL130.61º86.6%40.98%-
HSV(B)130.61º92.82%76.47%-
XYZ20.1939.329.11-
YUV123.8984.0349.62-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.49%
GREEN value IS 195 (76.56% from 255) = 76.47%
BLUE value IS 46 (18.36% from 255) = 18.04%
R=5.49%
G=76.47%
B=18.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal14195460.9300.760.24130.6186.640.98
HexEC32E5D04C18835729
Octal163035613501143020312751
Binary11101100001110111010111010100110011000100000111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,195,46); }

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

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

 a { background-color: rgb(14,195,46); }

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

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

 span { border-color: rgb(14,195,46); }

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