Html Css Color HEX #0ED322 Dark Pastel Green

📋 copy color: '#0ED322'

red 14 ◦ green 211 ◦ blue 34

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

Shades of Dark Pastel Green #0ED322

Tints of Dark Pastel Green #0ED322

RGB

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

 GREEN value IS 211 (82.81% from 255) = 81.47%

 BLUE value IS 34 (13.67% from 255) = 13.13%

R = 5.41%
G = 81.47%
B = 13.13%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#0ED322 (or 0x0ED322) is known color: Dark Pastel Green. HEX triplet: 0E, D3 and 22. RGB value is (14,211,34). Sum of RGB (Red+Green+Blue) = 14+211+34=259 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.41% from 259); Green value is 211 (82.81% from 255 or 81.47% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 211 - color contains mainly: green. Hex color #0ED322 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED322 is #F12CDD. Grayscale: #848484. Windows color (decimal): -15805662 or 2282254. OLE color: 2282254.

HSL color Cylindrical-coordinate representation of color #0ED322: hue angle of 126.09º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED322 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 14 211 34 -
CMYK 0.93 0 0.84 0.17
HSL 126.09º 0.88% 0.44% -
HSV(B) 126.09º 0.93% 0.83% -
XYZ 23.76 46.8 9.29 -
YUV 131.92 72.73 43.89 -
System Red Green Blue C M Y K H S L
Decimal 14 211 34 0.93 0 0.84 0.17 126.09 0.88 0.44
Hex E D3 22 5D 0 54 11 7E 58 2C
Octal 16 323 42 135 0 124 21 176 130 54
Binary 1110 11010011 100010 1011101 0 1010100 10001 1111110 1011000 101100

Color Harmonies of #0ED322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED322

Black with #0ED322

Text Example


Text Example

White with #0ED322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,211,34); }

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

background-color css

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

 a { background-color: rgb(14,211,34); }

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

border-color css

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

 span { border-color: rgb(14,211,34); }

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