Html Css Color HEX #0ED631 Dark Pastel Green

📋 copy color: '#0ED631'

red 14 ◦ green 214 ◦ blue 49

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

Shades of Dark Pastel Green #0ED631

Tints of Dark Pastel Green #0ED631

RGB

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

 GREEN value IS 214 (83.98% from 255) = 77.26%

 BLUE value IS 49 (19.53% from 255) = 17.69%

R = 5.05%
G = 77.26%
B = 17.69%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#0ED631 (or 0x0ED631) is known color: Dark Pastel Green. HEX triplet: 0E, D6 and 31. RGB value is (14,214,49). Sum of RGB (Red+Green+Blue) = 14+214+49=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 214 (83.98% from 255 or 77.26% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED631 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED631 is #F129CE. Grayscale: #878787. Windows color (decimal): -15804879 or 3266062. OLE color: 3266062.

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

Color convert

RGB 14 214 49 -
CMYK 0.93 0 0.77 0.16
HSL 130.5º 0.88% 0.45% -
HSV(B) 130.5º 0.93% 0.84% -
XYZ 24.78 48.41 10.94 -
YUV 135.39 79.24 41.42 -
System Red Green Blue C M Y K H S L
Decimal 14 214 49 0.93 0 0.77 0.16 130.5 0.88 0.45
Hex E D6 31 5D 0 4D 10 82 58 2D
Octal 16 326 61 135 0 115 20 202 130 55
Binary 1110 11010110 110001 1011101 0 1001101 10000 10000010 1011000 101101

Color Harmonies of #0ED631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED631

Black with #0ED631

Text Example


Text Example

White with #0ED631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,214,49); }

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

background-color css

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

 a { background-color: rgb(14,214,49); }

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

border-color css

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

 span { border-color: rgb(14,214,49); }

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