Html Css Color HEX #0EBC4A Dark Pastel Green

📋 copy color: '#0EBC4A'

red 14 ◦ green 188 ◦ blue 74

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

Shades of Dark Pastel Green #0EBC4A

Tints of Dark Pastel Green #0EBC4A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 68.12%

 BLUE value IS 74 (29.3% from 255) = 26.81%

R = 5.07%
G = 68.12%
B = 26.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#0EBC4A (or 0x0EBC4A) is known color: Dark Pastel Green. HEX triplet: 0E, BC and 4A. RGB value is (14,188,74). Sum of RGB (Red+Green+Blue) = 14+188+74=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 188 (73.83% from 255 or 68.12% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBC4A is #F143B5. Grayscale: #7B7B7B. Windows color (decimal): -15811510 or 4897806. OLE color: 4897806.

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

Color convert

RGB 14 188 74 -
CMYK 0.93 0 0.61 0.26
HSL 140.69º 0.86% 0.4% -
HSV(B) 140.69º 0.93% 0.74% -
XYZ 19.4 36.55 12.51 -
YUV 122.98 100.35 50.27 -
System Red Green Blue C M Y K H S L
Decimal 14 188 74 0.93 0 0.61 0.26 140.69 0.86 0.4
Hex E BC 4A 5D 0 3D 1A 8D 56 28
Octal 16 274 112 135 0 75 32 215 126 50
Binary 1110 10111100 1001010 1011101 0 111101 11010 10001101 1010110 101000

Color Harmonies of #0EBC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBC4A

Black with #0EBC4A

Text Example


Text Example

White with #0EBC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,188,74); }

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

background-color css

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

 a { background-color: rgb(14,188,74); }

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

border-color css

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

 span { border-color: rgb(14,188,74); }

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