#0ED125

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

Shades of Dark Pastel Green #0ED125

Tints of Dark Pastel Green #0ED125

Color information

#0ED125 (or 0x0ED125) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, D1 and 25. RGB value is (14,209,37). Sum of RGB (Red+Green+Blue) = 14+209+37=260 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.38% from 260); Green value is 209 (82.03% from 255 or 80.38% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 209 - color contains mainly: green. Hex color #0ED125 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED125 is #F12EDA. Grayscale: #838383. Windows color (decimal): -15806171 or 2478350. OLE color: 2478350.

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

Color convert

RGB1420937-
CMYK0.9300.820.18
HSL127.08º87.44%43.73%-
HSV(B)127.08º93.3%81.96%-
XYZ23.3245.839.37-
YUV131.0974.944.49-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.38%
GREEN value IS 209 (82.03% from 255) = 80.38%
BLUE value IS 37 (14.84% from 255) = 14.23%
R=5.38%
G=80.38%
B=14.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal14209370.9300.820.18127.0887.4443.73
HexED1255D052127f572c
Octal163214513501222217712754
Binary1110110100011001011011101010100101001011111111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0ED125;
 }
 .AnyTagClassName
 {
   color: #0ED125;
 }
</style>
background-color css

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

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

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

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

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

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