Html Css Color HEX #0ED92E Dark Pastel Green

📋 copy color: '#0ED92E'

red 14 ◦ green 217 ◦ blue 46

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

Shades of Dark Pastel Green #0ED92E

Tints of Dark Pastel Green #0ED92E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 78.34%

 BLUE value IS 46 (18.36% from 255) = 16.61%

R = 5.05%
G = 78.34%
B = 16.61%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#0ED92E (or 0x0ED92E) is known color: Dark Pastel Green. HEX triplet: 0E, D9 and 2E. RGB value is (14,217,46). Sum of RGB (Red+Green+Blue) = 14+217+46=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 217 (85.16% from 255 or 78.34% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 217 - color contains mainly: green. Hex color #0ED92E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED92E is #F126D1. Grayscale: #898989. Windows color (decimal): -15804114 or 3070222. OLE color: 3070222.

HSL color Cylindrical-coordinate representation of color #0ED92E: hue angle of 129.46º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED92E is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 14 217 46 -
CMYK 0.94 0 0.79 0.15
HSL 129.46º 0.88% 0.45% -
HSV(B) 129.46º 0.94% 0.85% -
XYZ 25.49 49.92 10.88 -
YUV 136.81 76.75 40.4 -
System Red Green Blue C M Y K H S L
Decimal 14 217 46 0.94 0 0.79 0.15 129.46 0.88 0.45
Hex E D9 2E 5E 0 4F F 81 58 2D
Octal 16 331 56 136 0 117 17 201 130 55
Binary 1110 11011001 101110 1011110 0 1001111 1111 10000001 1011000 101101

Color Harmonies of #0ED92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED92E

Black with #0ED92E

Text Example


Text Example

White with #0ED92E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,217,46); }

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

background-color css

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

 a { background-color: rgb(14,217,46); }

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

border-color css

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

 span { border-color: rgb(14,217,46); }

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