#0ED531

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

Shades of Dark Pastel Green #0ED531

Tints of Dark Pastel Green #0ED531

Color information

#0ED531 (or 0x0ED531) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, D5 and 31. RGB value is (14,213,49). Sum of RGB (Red+Green+Blue) = 14+213+49=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 213 (83.59% from 255 or 77.17% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED531 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED531 is #F12ACE. Grayscale: #878787. Windows color (decimal): -15805135 or 3265806. OLE color: 3265806.

HSL color Cylindrical-coordinate representation of color #0ED531: hue angle of 130.55º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED531 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB1421349-
CMYK0.9300.770.16
HSL130.55º87.67%44.51%-
HSV(B)130.55º93.43%83.53%-
XYZ24.5347.910.86-
YUV134.879.5741.84-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.07%
GREEN value IS 213 (83.59% from 255) = 77.17%
BLUE value IS 49 (19.53% from 255) = 17.75%
R=5.07%
G=77.17%
B=17.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal14213490.9300.770.16130.5587.6744.51
HexED5315D04D1083582d
Octal163256113501152020313055
Binary11101101010111000110111010100110110000100000111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,213,49); }

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

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

 a { background-color: rgb(14,213,49); }

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

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

 span { border-color: rgb(14,213,49); }

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