Html Css Color HEX #0ED339 Dark Pastel Green

📋 copy color: '#0ED339'

red 14 ◦ green 211 ◦ blue 57

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

Shades of Dark Pastel Green #0ED339

Tints of Dark Pastel Green #0ED339

RGB

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

 GREEN value IS 211 (82.81% from 255) = 74.82%

 BLUE value IS 57 (22.66% from 255) = 20.21%

R = 4.96%
G = 74.82%
B = 20.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#0ED339 (or 0x0ED339) is known color: Dark Pastel Green. HEX triplet: 0E, D3 and 39. RGB value is (14,211,57). Sum of RGB (Red+Green+Blue) = 14+211+57=282 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.96% from 282); Green value is 211 (82.81% from 255 or 74.82% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 211 - color contains mainly: green. Hex color #0ED339 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED339 is #F12CC6. Grayscale: #868686. Windows color (decimal): -15805639 or 3789582. OLE color: 3789582.

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

Color convert

RGB 14 211 57 -
CMYK 0.93 0 0.73 0.17
HSL 133.1º 0.88% 0.44% -
HSV(B) 133.1º 0.93% 0.83% -
XYZ 24.21 46.98 11.66 -
YUV 134.54 84.23 42.02 -
System Red Green Blue C M Y K H S L
Decimal 14 211 57 0.93 0 0.73 0.17 133.1 0.88 0.44
Hex E D3 39 5D 0 49 11 85 58 2C
Octal 16 323 71 135 0 111 21 205 130 54
Binary 1110 11010011 111001 1011101 0 1001001 10001 10000101 1011000 101100

Color Harmonies of #0ED339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED339

Black with #0ED339

Text Example


Text Example

White with #0ED339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,211,57); }

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

background-color css

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

 a { background-color: rgb(14,211,57); }

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

border-color css

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

 span { border-color: rgb(14,211,57); }

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