Html Css Color HEX #0EC04B Dark Pastel Green

📋 copy color: '#0EC04B'

red 14 ◦ green 192 ◦ blue 75

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

Shades of Dark Pastel Green #0EC04B

Tints of Dark Pastel Green #0EC04B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 68.33%

 BLUE value IS 75 (29.69% from 255) = 26.69%

R = 4.98%
G = 68.33%
B = 26.69%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#0EC04B (or 0x0EC04B) is known color: Dark Pastel Green. HEX triplet: 0E, C0 and 4B. RGB value is (14,192,75). Sum of RGB (Red+Green+Blue) = 14+192+75=281 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.98% from 281); Green value is 192 (75.39% from 255 or 68.33% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC04B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC04B is #F13FB4. Grayscale: #7D7D7D. Windows color (decimal): -15810485 or 4964366. OLE color: 4964366.

HSL color Cylindrical-coordinate representation of color #0EC04B: hue angle of 140.56º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC04B is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 192 75 -
CMYK 0.93 0 0.61 0.25
HSL 140.56º 0.86% 0.4% -
HSV(B) 140.56º 0.93% 0.75% -
XYZ 20.3 38.3 12.98 -
YUV 125.44 99.53 48.51 -
System Red Green Blue C M Y K H S L
Decimal 14 192 75 0.93 0 0.61 0.25 140.56 0.86 0.4
Hex E C0 4B 5D 0 3D 19 8D 56 28
Octal 16 300 113 135 0 75 31 215 126 50
Binary 1110 11000000 1001011 1011101 0 111101 11001 10001101 1010110 101000

Color Harmonies of #0EC04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC04B

Black with #0EC04B

Text Example


Text Example

White with #0EC04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,192,75); }

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

background-color css

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

 a { background-color: rgb(14,192,75); }

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

border-color css

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

 span { border-color: rgb(14,192,75); }

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