Html Css Color HEX #0ED423 Dark Pastel Green

📋 copy color: '#0ED423'

red 14 ◦ green 212 ◦ blue 35

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

Shades of Dark Pastel Green #0ED423

Tints of Dark Pastel Green #0ED423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.41%

R = 5.36%
G = 81.23%
B = 13.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#0ED423 (or 0x0ED423) is known color: Dark Pastel Green. HEX triplet: 0E, D4 and 23. RGB value is (14,212,35). Sum of RGB (Red+Green+Blue) = 14+212+35=261 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.36% from 261); Green value is 212 (83.20% from 255 or 81.23% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 212 - color contains mainly: green. Hex color #0ED423 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED423 is #F12BDC. Grayscale: #858585. Windows color (decimal): -15805405 or 2348046. OLE color: 2348046.

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

Color convert

RGB 14 212 35 -
CMYK 0.93 0 0.83 0.17
HSL 126.36º 0.88% 0.44% -
HSV(B) 126.36º 0.93% 0.83% -
XYZ 24.03 47.3 9.45 -
YUV 132.62 72.9 43.39 -
System Red Green Blue C M Y K H S L
Decimal 14 212 35 0.93 0 0.83 0.17 126.36 0.88 0.44
Hex E D4 23 5D 0 53 11 7E 58 2C
Octal 16 324 43 135 0 123 21 176 130 54
Binary 1110 11010100 100011 1011101 0 1010011 10001 1111110 1011000 101100

Color Harmonies of #0ED423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED423

Black with #0ED423

Text Example


Text Example

White with #0ED423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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