Html Css Color HEX #0EC924 Dark Pastel Green

📋 copy color: '#0EC924'

red 14 ◦ green 201 ◦ blue 36

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

Shades of Dark Pastel Green #0EC924

Tints of Dark Pastel Green #0EC924

RGB

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

 GREEN value IS 201 (78.91% from 255) = 80.08%

 BLUE value IS 36 (14.45% from 255) = 14.34%

R = 5.58%
G = 80.08%
B = 14.34%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#0EC924 (or 0x0EC924) is known color: Dark Pastel Green. HEX triplet: 0E, C9 and 24. RGB value is (14,201,36). Sum of RGB (Red+Green+Blue) = 14+201+36=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 201 (78.91% from 255 or 80.08% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC924 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC924 is #F136DB. Grayscale: #7E7E7E. Windows color (decimal): -15808220 or 2410766. OLE color: 2410766.

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

Color convert

RGB 14 201 36 -
CMYK 0.93 0 0.82 0.21
HSL 127.06º 0.87% 0.42% -
HSV(B) 127.06º 0.93% 0.79% -
XYZ 21.39 41.99 8.65 -
YUV 126.28 77.05 47.92 -
System Red Green Blue C M Y K H S L
Decimal 14 201 36 0.93 0 0.82 0.21 127.06 0.87 0.42
Hex E C9 24 5D 0 52 15 7F 57 2A
Octal 16 311 44 135 0 122 25 177 127 52
Binary 1110 11001001 100100 1011101 0 1010010 10101 1111111 1010111 101010

Color Harmonies of #0EC924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC924

Black with #0EC924

Text Example


Text Example

White with #0EC924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,201,36); }

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

background-color css

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

 a { background-color: rgb(14,201,36); }

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

border-color css

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

 span { border-color: rgb(14,201,36); }

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