Html Css Color HEX #0EC615 Dark Pastel Green

📋 copy color: '#0EC615'

red 14 ◦ green 198 ◦ blue 21

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

Shades of Dark Pastel Green #0EC615

Tints of Dark Pastel Green #0EC615

RGB

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

 GREEN value IS 198 (77.73% from 255) = 84.98%

 BLUE value IS 21 (8.59% from 255) = 9.01%

R = 6.01%
G = 84.98%
B = 9.01%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#0EC615 (or 0x0EC615) is known color: Dark Pastel Green. HEX triplet: 0E, C6 and 15. RGB value is (14,198,21). Sum of RGB (Red+Green+Blue) = 14+198+21=233 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.01% from 233); Green value is 198 (77.73% from 255 or 84.98% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 198 - color contains mainly: green. Hex color #0EC615 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC615 is #F139EA. Grayscale: #7B7B7B. Windows color (decimal): -15809003 or 1426958. OLE color: 1426958.

HSL color Cylindrical-coordinate representation of color #0EC615: hue angle of 122.28º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC615 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 14 198 21 -
CMYK 0.93 0 0.89 0.22
HSL 122.28º 0.87% 0.42% -
HSV(B) 122.28º 0.93% 0.78% -
XYZ 20.51 40.54 7.45 -
YUV 122.81 70.54 50.39 -
System Red Green Blue C M Y K H S L
Decimal 14 198 21 0.93 0 0.89 0.22 122.28 0.87 0.42
Hex E C6 15 5D 0 59 16 7A 57 2A
Octal 16 306 25 135 0 131 26 172 127 52
Binary 1110 11000110 10101 1011101 0 1011001 10110 1111010 1010111 101010

Color Harmonies of #0EC615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC615

Black with #0EC615

Text Example


Text Example

White with #0EC615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,198,21); }

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

background-color css

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

 a { background-color: rgb(14,198,21); }

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

border-color css

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

 span { border-color: rgb(14,198,21); }

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