Html Css Color HEX #0EDB29 Dark Pastel Green

📋 copy color: '#0EDB29'

red 14 ◦ green 219 ◦ blue 41

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

Shades of Dark Pastel Green #0EDB29

Tints of Dark Pastel Green #0EDB29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.96%

R = 5.11%
G = 79.93%
B = 14.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#0EDB29 (or 0x0EDB29) is known color: Dark Pastel Green. HEX triplet: 0E, DB and 29. RGB value is (14,219,41). Sum of RGB (Red+Green+Blue) = 14+219+41=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 219 (85.94% from 255 or 79.93% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDB29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDB29 is #F124D6. Grayscale: #898989. Windows color (decimal): -15803607 or 2743054. OLE color: 2743054.

HSL color Cylindrical-coordinate representation of color #0EDB29: hue angle of 127.9º 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 #0EDB29 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 219 41 -
CMYK 0.94 0 0.81 0.14
HSL 127.9º 0.88% 0.46% -
HSV(B) 127.9º 0.94% 0.86% -
XYZ 25.91 50.92 10.56 -
YUV 137.41 73.58 39.97 -
System Red Green Blue C M Y K H S L
Decimal 14 219 41 0.94 0 0.81 0.14 127.9 0.88 0.46
Hex E DB 29 5E 0 51 E 80 58 2E
Octal 16 333 51 136 0 121 16 200 130 56
Binary 1110 11011011 101001 1011110 0 1010001 1110 10000000 1011000 101110

Color Harmonies of #0EDB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDB29

Black with #0EDB29

Text Example


Text Example

White with #0EDB29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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