Html Css Color HEX #0EDB28 Dark Pastel Green

📋 copy color: '#0EDB28'

red 14 ◦ green 219 ◦ blue 40

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

Shades of Dark Pastel Green #0EDB28

Tints of Dark Pastel Green #0EDB28

RGB

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

 GREEN value IS 219 (85.94% from 255) = 80.22%

 BLUE value IS 40 (16.02% from 255) = 14.65%

R = 5.13%
G = 80.22%
B = 14.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#0EDB28 (or 0x0EDB28) is known color: Dark Pastel Green. HEX triplet: 0E, DB and 28. RGB value is (14,219,40). Sum of RGB (Red+Green+Blue) = 14+219+40=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 219 (85.94% from 255 or 80.22% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDB28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDB28 is #F124D7. Grayscale: #898989. Windows color (decimal): -15803608 or 2677518. OLE color: 2677518.

HSL color Cylindrical-coordinate representation of color #0EDB28: hue angle of 127.61º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDB28 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 219 40 -
CMYK 0.94 0 0.82 0.14
HSL 127.61º 0.88% 0.46% -
HSV(B) 127.61º 0.94% 0.86% -
XYZ 25.9 50.91 10.47 -
YUV 137.3 73.08 40.05 -
System Red Green Blue C M Y K H S L
Decimal 14 219 40 0.94 0 0.82 0.14 127.61 0.88 0.46
Hex E DB 28 5E 0 52 E 80 58 2E
Octal 16 333 50 136 0 122 16 200 130 56
Binary 1110 11011011 101000 1011110 0 1010010 1110 10000000 1011000 101110

Color Harmonies of #0EDB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDB28

Black with #0EDB28

Text Example


Text Example

White with #0EDB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,219,40); }

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

background-color css

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

 a { background-color: rgb(14,219,40); }

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

border-color css

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

 span { border-color: rgb(14,219,40); }

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