Html Css Color HEX #0EC32E Dark Pastel Green

📋 copy color: '#0EC32E'

red 14 ◦ green 195 ◦ blue 46

#0EC32E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0EC32E

Tints of Dark Pastel Green #0EC32E

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 value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#0EC32E (or 0x0EC32E) is known color: 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

RGB 14 195 46 -
CMYK 0.93 0 0.76 0.24
HSL 130.61º 0.87% 0.41% -
HSV(B) 130.61º 0.93% 0.76% -
XYZ 20.19 39.32 9.11 -
YUV 123.9 84.03 49.62 -
System Red Green Blue C M Y K H S L
Decimal 14 195 46 0.93 0 0.76 0.24 130.61 0.87 0.41
Hex E C3 2E 5D 0 4C 18 83 57 29
Octal 16 303 56 135 0 114 30 203 127 51
Binary 1110 11000011 101110 1011101 0 1001100 11000 10000011 1010111 101001

Color Harmonies of #0EC32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC32E

Black with #0EC32E

Text Example


Text Example

White with #0EC32E

Text Example


Text Example

HTML Codes & Css Web 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>