Html Css Color HEX #0ED01D Dark Pastel Green

📋 copy color: '#0ED01D'

red 14 ◦ green 208 ◦ blue 29

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

Shades of Dark Pastel Green #0ED01D

Tints of Dark Pastel Green #0ED01D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 82.87%

 BLUE value IS 29 (11.72% from 255) = 11.55%

R = 5.58%
G = 82.87%
B = 11.55%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#0ED01D (or 0x0ED01D) is known color: Dark Pastel Green. HEX triplet: 0E, D0 and 1D. RGB value is (14,208,29). Sum of RGB (Red+Green+Blue) = 14+208+29=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 208 (81.64% from 255 or 82.87% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED01D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED01D is #F12FE2. Grayscale: #828282. Windows color (decimal): -15806435 or 1953806. OLE color: 1953806.

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

Color convert

RGB 14 208 29 -
CMYK 0.93 0 0.86 0.18
HSL 124.64º 0.87% 0.44% -
HSV(B) 124.64º 0.93% 0.82% -
XYZ 22.96 45.29 8.69 -
YUV 129.59 71.23 45.55 -
System Red Green Blue C M Y K H S L
Decimal 14 208 29 0.93 0 0.86 0.18 124.64 0.87 0.44
Hex E D0 1D 5D 0 56 12 7D 57 2C
Octal 16 320 35 135 0 126 22 175 127 54
Binary 1110 11010000 11101 1011101 0 1010110 10010 1111101 1010111 101100

Color Harmonies of #0ED01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED01D

Black with #0ED01D

Text Example


Text Example

White with #0ED01D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,208,29); }

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

background-color css

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

 a { background-color: rgb(14,208,29); }

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

border-color css

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

 span { border-color: rgb(14,208,29); }

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