#0ED01D

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

Shades of Dark Pastel Green #0ED01D

Tints of Dark Pastel Green #0ED01D

Color information

#0ED01D (or 0x0ED01D) is unknown color: approx 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

RGB1420829-
CMYK0.9300.860.18
HSL124.64º87.39%43.53%-
HSV(B)124.64º93.27%81.57%-
XYZ22.9645.298.69-
YUV129.5971.2345.55-

RGB Variations

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

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 (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal14208290.9300.860.18124.6487.3943.53
HexED01D5D056127d572c
Octal163203513501262217512754
Binary111011010000111011011101010101101001011111011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>