Html Css Color HEX #0ED12F Dark Pastel Green

📋 copy color: '#0ED12F'

red 14 ◦ green 209 ◦ blue 47

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

Shades of Dark Pastel Green #0ED12F

Tints of Dark Pastel Green #0ED12F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 77.41%

 BLUE value IS 47 (18.75% from 255) = 17.41%

R = 5.19%
G = 77.41%
B = 17.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#0ED12F (or 0x0ED12F) is known color: Dark Pastel Green. HEX triplet: 0E, D1 and 2F. RGB value is (14,209,47). Sum of RGB (Red+Green+Blue) = 14+209+47=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 209 (82.03% from 255 or 77.41% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 209 - color contains mainly: green. Hex color #0ED12F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED12F is #F12ED0. Grayscale: #848484. Windows color (decimal): -15806161 or 3133710. OLE color: 3133710.

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

Color convert

RGB 14 209 47 -
CMYK 0.93 0 0.78 0.18
HSL 130.15º 0.87% 0.44% -
HSV(B) 130.15º 0.93% 0.82% -
XYZ 23.49 45.9 10.31 -
YUV 132.23 79.9 43.67 -
System Red Green Blue C M Y K H S L
Decimal 14 209 47 0.93 0 0.78 0.18 130.15 0.87 0.44
Hex E D1 2F 5D 0 4E 12 82 57 2C
Octal 16 321 57 135 0 116 22 202 127 54
Binary 1110 11010001 101111 1011101 0 1001110 10010 10000010 1010111 101100

Color Harmonies of #0ED12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED12F

Black with #0ED12F

Text Example


Text Example

White with #0ED12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,209,47); }

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

background-color css

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

 a { background-color: rgb(14,209,47); }

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

border-color css

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

 span { border-color: rgb(14,209,47); }

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