Html Css Color HEX #0ED23B Dark Pastel Green

📋 copy color: '#0ED23B'

red 14 ◦ green 210 ◦ blue 59

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

Shades of Dark Pastel Green #0ED23B

Tints of Dark Pastel Green #0ED23B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.85%

R = 4.95%
G = 74.2%
B = 20.85%

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

#0ED23B (or 0x0ED23B) is known color: Dark Pastel Green. HEX triplet: 0E, D2 and 3B. RGB value is (14,210,59). Sum of RGB (Red+Green+Blue) = 14+210+59=283 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.95% from 283); Green value is 210 (82.42% from 255 or 74.20% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED23B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED23B is #F12DC4. Grayscale: #868686. Windows color (decimal): -15805893 or 3920398. OLE color: 3920398.

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

Color convert

RGB 14 210 59 -
CMYK 0.93 0 0.72 0.18
HSL 133.78º 0.88% 0.44% -
HSV(B) 133.78º 0.93% 0.82% -
XYZ 24.02 46.5 11.85 -
YUV 134.18 85.57 42.28 -
System Red Green Blue C M Y K H S L
Decimal 14 210 59 0.93 0 0.72 0.18 133.78 0.88 0.44
Hex E D2 3B 5D 0 48 12 86 58 2C
Octal 16 322 73 135 0 110 22 206 130 54
Binary 1110 11010010 111011 1011101 0 1001000 10010 10000110 1011000 101100

Color Harmonies of #0ED23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED23B

Black with #0ED23B

Text Example


Text Example

White with #0ED23B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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