Html Css Color HEX #0ED726 Dark Pastel Green

📋 copy color: '#0ED726'

red 14 ◦ green 215 ◦ blue 38

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

Shades of Dark Pastel Green #0ED726

Tints of Dark Pastel Green #0ED726

RGB

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

 GREEN value IS 215 (84.38% from 255) = 80.52%

 BLUE value IS 38 (15.23% from 255) = 14.23%

R = 5.24%
G = 80.52%
B = 14.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#0ED726 (or 0x0ED726) is known color: Dark Pastel Green. HEX triplet: 0E, D7 and 26. RGB value is (14,215,38). Sum of RGB (Red+Green+Blue) = 14+215+38=267 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.24% from 267); Green value is 215 (84.38% from 255 or 80.52% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED726 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED726 is #F128D9. Grayscale: #878787. Windows color (decimal): -15804634 or 2545422. OLE color: 2545422.

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

Color convert

RGB 14 215 38 -
CMYK 0.93 0 0.82 0.16
HSL 127.16º 0.88% 0.45% -
HSV(B) 127.16º 0.93% 0.84% -
XYZ 24.83 48.83 9.95 -
YUV 134.72 73.41 41.89 -
System Red Green Blue C M Y K H S L
Decimal 14 215 38 0.93 0 0.82 0.16 127.16 0.88 0.45
Hex E D7 26 5D 0 52 10 7F 58 2D
Octal 16 327 46 135 0 122 20 177 130 55
Binary 1110 11010111 100110 1011101 0 1010010 10000 1111111 1011000 101101

Color Harmonies of #0ED726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED726

Black with #0ED726

Text Example


Text Example

White with #0ED726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,215,38); }

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

background-color css

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

 a { background-color: rgb(14,215,38); }

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

border-color css

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

 span { border-color: rgb(14,215,38); }

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