Html Css Color HEX #0ED832 Dark Pastel Green

📋 copy color: '#0ED832'

red 14 ◦ green 216 ◦ blue 50

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

Shades of Dark Pastel Green #0ED832

Tints of Dark Pastel Green #0ED832

RGB

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

 GREEN value IS 216 (84.77% from 255) = 77.14%

 BLUE value IS 50 (19.92% from 255) = 17.86%

R = 5%
G = 77.14%
B = 17.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#0ED832 (or 0x0ED832) is known color: Dark Pastel Green. HEX triplet: 0E, D8 and 32. RGB value is (14,216,50). Sum of RGB (Red+Green+Blue) = 14+216+50=280 (37% of max value = 765). Red value is 14 (5.86% from 255 or 5% from 280); Green value is 216 (84.77% from 255 or 77.14% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 216 - color contains mainly: green. Hex color #0ED832 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED832 is #F127CD. Grayscale: #898989. Windows color (decimal): -15804366 or 3332110. OLE color: 3332110.

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

Color convert

RGB 14 216 50 -
CMYK 0.94 0 0.77 0.15
HSL 130.69º 0.88% 0.45% -
HSV(B) 130.69º 0.94% 0.85% -
XYZ 25.31 49.44 11.23 -
YUV 136.68 79.08 40.5 -
System Red Green Blue C M Y K H S L
Decimal 14 216 50 0.94 0 0.77 0.15 130.69 0.88 0.45
Hex E D8 32 5E 0 4D F 83 58 2D
Octal 16 330 62 136 0 115 17 203 130 55
Binary 1110 11011000 110010 1011110 0 1001101 1111 10000011 1011000 101101

Color Harmonies of #0ED832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED832

Black with #0ED832

Text Example


Text Example

White with #0ED832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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