Html Css Color HEX #0ED43A Dark Pastel Green

📋 copy color: '#0ED43A'

red 14 ◦ green 212 ◦ blue 58

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

Shades of Dark Pastel Green #0ED43A

Tints of Dark Pastel Green #0ED43A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 74.65%

 BLUE value IS 58 (23.05% from 255) = 20.42%

R = 4.93%
G = 74.65%
B = 20.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#0ED43A (or 0x0ED43A) is known color: Dark Pastel Green. HEX triplet: 0E, D4 and 3A. RGB value is (14,212,58). Sum of RGB (Red+Green+Blue) = 14+212+58=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 212 (83.20% from 255 or 74.65% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 212 - color contains mainly: green. Hex color #0ED43A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED43A is #F12BC5. Grayscale: #878787. Windows color (decimal): -15805382 or 3855374. OLE color: 3855374.

HSL color Cylindrical-coordinate representation of color #0ED43A: hue angle of 133.33º 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 #0ED43A is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 14 212 58 -
CMYK 0.93 0 0.73 0.17
HSL 133.33º 0.88% 0.44% -
HSV(B) 133.33º 0.93% 0.83% -
XYZ 24.49 47.49 11.88 -
YUV 135.24 84.4 41.52 -
System Red Green Blue C M Y K H S L
Decimal 14 212 58 0.93 0 0.73 0.17 133.33 0.88 0.44
Hex E D4 3A 5D 0 49 11 85 58 2C
Octal 16 324 72 135 0 111 21 205 130 54
Binary 1110 11010100 111010 1011101 0 1001001 10001 10000101 1011000 101100

Color Harmonies of #0ED43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED43A

Black with #0ED43A

Text Example


Text Example

White with #0ED43A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,212,58); }

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

background-color css

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

 a { background-color: rgb(14,212,58); }

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

border-color css

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

 span { border-color: rgb(14,212,58); }

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