Html Css Color HEX #0EDD2D Dark Pastel Green

📋 copy color: '#0EDD2D'

red 14 ◦ green 221 ◦ blue 45

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

Shades of Dark Pastel Green #0EDD2D

Tints of Dark Pastel Green #0EDD2D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 78.93%

 BLUE value IS 45 (17.97% from 255) = 16.07%

R = 5%
G = 78.93%
B = 16.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#0EDD2D (or 0x0EDD2D) is known color: Dark Pastel Green. HEX triplet: 0E, DD and 2D. RGB value is (14,221,45). Sum of RGB (Red+Green+Blue) = 14+221+45=280 (37% of max value = 765). Red value is 14 (5.86% from 255 or 5% from 280); Green value is 221 (86.72% from 255 or 78.93% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDD2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDD2D is #F122D2. Grayscale: #8B8B8B. Windows color (decimal): -15803091 or 3005710. OLE color: 3005710.

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

Color convert

RGB 14 221 45 -
CMYK 0.94 0 0.80 0.13
HSL 128.99º 0.88% 0.46% -
HSV(B) 128.99º 0.94% 0.87% -
XYZ 26.51 52 11.12 -
YUV 139.04 74.92 38.81 -
System Red Green Blue C M Y K H S L
Decimal 14 221 45 0.94 0 0.80 0.13 128.99 0.88 0.46
Hex E DD 2D 5E 0 50 D 81 58 2E
Octal 16 335 55 136 0 120 15 201 130 56
Binary 1110 11011101 101101 1011110 0 1010000 1101 10000001 1011000 101110

Color Harmonies of #0EDD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDD2D

Black with #0EDD2D

Text Example


Text Example

White with #0EDD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,221,45); }

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

background-color css

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

 a { background-color: rgb(14,221,45); }

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

border-color css

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

 span { border-color: rgb(14,221,45); }

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