Html Css Color HEX #0ED23C Dark Pastel Green

📋 copy color: '#0ED23C'

red 14 ◦ green 210 ◦ blue 60

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

Shades of Dark Pastel Green #0ED23C

Tints of Dark Pastel Green #0ED23C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.13%

R = 4.93%
G = 73.94%
B = 21.13%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#0ED23C (or 0x0ED23C) is known color: Dark Pastel Green. HEX triplet: 0E, D2 and 3C. RGB value is (14,210,60). Sum of RGB (Red+Green+Blue) = 14+210+60=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 210 (82.42% from 255 or 73.94% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED23C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED23C is #F12DC3. Grayscale: #868686. Windows color (decimal): -15805892 or 3985934. OLE color: 3985934.

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

Color convert

RGB 14 210 60 -
CMYK 0.93 0 0.71 0.18
HSL 134.08º 0.88% 0.44% -
HSV(B) 134.08º 0.93% 0.82% -
XYZ 24.04 46.51 11.99 -
YUV 134.3 86.07 42.2 -
System Red Green Blue C M Y K H S L
Decimal 14 210 60 0.93 0 0.71 0.18 134.08 0.88 0.44
Hex E D2 3C 5D 0 47 12 86 58 2C
Octal 16 322 74 135 0 107 22 206 130 54
Binary 1110 11010010 111100 1011101 0 1000111 10010 10000110 1011000 101100

Color Harmonies of #0ED23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED23C

Black with #0ED23C

Text Example


Text Example

White with #0ED23C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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