Html Css Color HEX #0ED130 Dark Pastel Green

📋 copy color: '#0ED130'

red 14 ◦ green 209 ◦ blue 48

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

Shades of Dark Pastel Green #0ED130

Tints of Dark Pastel Green #0ED130

RGB

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

 GREEN value IS 209 (82.03% from 255) = 77.12%

 BLUE value IS 48 (19.14% from 255) = 17.71%

R = 5.17%
G = 77.12%
B = 17.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#0ED130 (or 0x0ED130) is known color: Dark Pastel Green. HEX triplet: 0E, D1 and 30. RGB value is (14,209,48). Sum of RGB (Red+Green+Blue) = 14+209+48=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 209 (82.03% from 255 or 77.12% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 209 - color contains mainly: green. Hex color #0ED130 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED130 is #F12ECF. Grayscale: #848484. Windows color (decimal): -15806160 or 3199246. OLE color: 3199246.

HSL color Cylindrical-coordinate representation of color #0ED130: hue angle of 130.46º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED130 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 14 209 48 -
CMYK 0.93 0 0.77 0.18
HSL 130.46º 0.87% 0.44% -
HSV(B) 130.46º 0.93% 0.82% -
XYZ 23.52 45.91 10.42 -
YUV 132.34 80.4 43.59 -
System Red Green Blue C M Y K H S L
Decimal 14 209 48 0.93 0 0.77 0.18 130.46 0.87 0.44
Hex E D1 30 5D 0 4D 12 82 57 2C
Octal 16 321 60 135 0 115 22 202 127 54
Binary 1110 11010001 110000 1011101 0 1001101 10010 10000010 1010111 101100

Color Harmonies of #0ED130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED130

Black with #0ED130

Text Example


Text Example

White with #0ED130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,209,48); }

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

background-color css

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

 a { background-color: rgb(14,209,48); }

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

border-color css

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

 span { border-color: rgb(14,209,48); }

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