#0ED532

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

Shades of Dark Pastel Green #0ED532

Tints of Dark Pastel Green #0ED532

Color information

#0ED532 (or 0x0ED532) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, D5 and 32. RGB value is (14,213,50). Sum of RGB (Red+Green+Blue) = 14+213+50=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 213 (83.59% from 255 or 76.90% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED532 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED532 is #F12ACD. Grayscale: #878787. Windows color (decimal): -15805134 or 3331342. OLE color: 3331342.

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

Color convert

RGB1421350-
CMYK0.9300.770.16
HSL130.85º87.67%44.51%-
HSV(B)130.85º93.43%83.53%-
XYZ24.5547.9110.97-
YUV134.9280.0741.75-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.05%
GREEN value IS 213 (83.59% from 255) = 76.90%
BLUE value IS 50 (19.92% from 255) = 18.05%
R=5.05%
G=76.90%
B=18.05%

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
Decimal14213500.9300.770.16130.8587.6744.51
HexED5325D04D1083582d
Octal163256213501152020313055
Binary11101101010111001010111010100110110000100000111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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