Html Css Color HEX #0EC31F Dark Pastel Green

📋 copy color: '#0EC31F'

red 14 ◦ green 195 ◦ blue 31

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

Shades of Dark Pastel Green #0EC31F

Tints of Dark Pastel Green #0EC31F

RGB

 RED value IS 14 (5.86% from 255) = 5.83%

 GREEN value IS 195 (76.56% from 255) = 81.25%

 BLUE value IS 31 (12.5% from 255) = 12.92%

R = 5.83%
G = 81.25%
B = 12.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#0EC31F (or 0x0EC31F) is known color: Dark Pastel Green. HEX triplet: 0E, C3 and 1F. RGB value is (14,195,31). Sum of RGB (Red+Green+Blue) = 14+195+31=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 195 (76.56% from 255 or 81.25% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC31F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC31F is #F13CE0. Grayscale: #7A7A7A. Windows color (decimal): -15809761 or 2081550. OLE color: 2081550.

HSL color Cylindrical-coordinate representation of color #0EC31F: hue angle of 125.64º 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 #0EC31F is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 14 195 31 -
CMYK 0.93 0 0.84 0.24
HSL 125.64º 0.87% 0.41% -
HSV(B) 125.64º 0.93% 0.76% -
XYZ 19.94 39.22 7.82 -
YUV 122.19 76.53 50.84 -
System Red Green Blue C M Y K H S L
Decimal 14 195 31 0.93 0 0.84 0.24 125.64 0.87 0.41
Hex E C3 1F 5D 0 54 18 7E 57 29
Octal 16 303 37 135 0 124 30 176 127 51
Binary 1110 11000011 11111 1011101 0 1010100 11000 1111110 1010111 101001

Color Harmonies of #0EC31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC31F

Black with #0EC31F

Text Example


Text Example

White with #0EC31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EC31F;
 }
 .AnyTagClassName
 {
   color: #0EC31F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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