Html Css Color HEX #0ED23A Dark Pastel Green

📋 copy color: '#0ED23A'

red 14 ◦ green 210 ◦ blue 58

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

Shades of Dark Pastel Green #0ED23A

Tints of Dark Pastel Green #0ED23A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 74.47%

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

R = 4.96%
G = 74.47%
B = 20.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#0ED23A (or 0x0ED23A) is known color: Dark Pastel Green. HEX triplet: 0E, D2 and 3A. RGB value is (14,210,58). Sum of RGB (Red+Green+Blue) = 14+210+58=282 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.96% from 282); Green value is 210 (82.42% from 255 or 74.47% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED23A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED23A is #F12DC5. Grayscale: #868686. Windows color (decimal): -15805894 or 3854862. OLE color: 3854862.

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

Color convert

RGB 14 210 58 -
CMYK 0.93 0 0.72 0.18
HSL 133.47º 0.88% 0.44% -
HSV(B) 133.47º 0.93% 0.82% -
XYZ 23.99 46.49 11.71 -
YUV 134.07 85.07 42.36 -
System Red Green Blue C M Y K H S L
Decimal 14 210 58 0.93 0 0.72 0.18 133.47 0.88 0.44
Hex E D2 3A 5D 0 48 12 85 58 2C
Octal 16 322 72 135 0 110 22 205 130 54
Binary 1110 11010010 111010 1011101 0 1001000 10010 10000101 1011000 101100

Color Harmonies of #0ED23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED23A

Black with #0ED23A

Text Example


Text Example

White with #0ED23A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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