Html Css Color HEX #0EC529 Dark Pastel Green

📋 copy color: '#0EC529'

red 14 ◦ green 197 ◦ blue 41

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

Shades of Dark Pastel Green #0EC529

Tints of Dark Pastel Green #0EC529

RGB

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

 GREEN value IS 197 (77.34% from 255) = 78.17%

 BLUE value IS 41 (16.41% from 255) = 16.27%

R = 5.56%
G = 78.17%
B = 16.27%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#0EC529 (or 0x0EC529) is known color: Dark Pastel Green. HEX triplet: 0E, C5 and 29. RGB value is (14,197,41). Sum of RGB (Red+Green+Blue) = 14+197+41=252 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.56% from 252); Green value is 197 (77.34% from 255 or 78.17% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 197 - color contains mainly: green. Hex color #0EC529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC529 is #F13AD6. Grayscale: #7C7C7C. Windows color (decimal): -15809239 or 2737422. OLE color: 2737422.

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

Color convert

RGB 14 197 41 -
CMYK 0.93 0 0.79 0.23
HSL 128.85º 0.87% 0.41% -
HSV(B) 128.85º 0.93% 0.77% -
XYZ 20.55 40.19 8.77 -
YUV 124.5 80.87 49.18 -
System Red Green Blue C M Y K H S L
Decimal 14 197 41 0.93 0 0.79 0.23 128.85 0.87 0.41
Hex E C5 29 5D 0 4F 17 81 57 29
Octal 16 305 51 135 0 117 27 201 127 51
Binary 1110 11000101 101001 1011101 0 1001111 10111 10000001 1010111 101001

Color Harmonies of #0EC529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC529

Black with #0EC529

Text Example


Text Example

White with #0EC529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,197,41); }

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

background-color css

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

 a { background-color: rgb(14,197,41); }

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

border-color css

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

 span { border-color: rgb(14,197,41); }

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