Html Css Color HEX #0EAC3D Dark Pastel Green

📋 copy color: '#0EAC3D'

red 14 ◦ green 172 ◦ blue 61

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

Shades of Dark Pastel Green #0EAC3D

Tints of Dark Pastel Green #0EAC3D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 69.64%

 BLUE value IS 61 (24.22% from 255) = 24.7%

R = 5.67%
G = 69.64%
B = 24.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#0EAC3D (or 0x0EAC3D) is known color: Dark Pastel Green. HEX triplet: 0E, AC and 3D. RGB value is (14,172,61). Sum of RGB (Red+Green+Blue) = 14+172+61=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 172 (67.58% from 255 or 69.64% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAC3D is #F153C2. Grayscale: #707070. Windows color (decimal): -15815619 or 4041742. OLE color: 4041742.

HSL color Cylindrical-coordinate representation of color #0EAC3D: hue angle of 137.85º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAC3D is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 172 61 -
CMYK 0.92 0 0.65 0.33
HSL 137.85º 0.85% 0.36% -
HSV(B) 137.85º 0.92% 0.67% -
XYZ 15.78 29.94 9.36 -
YUV 112.1 99.15 58.03 -
System Red Green Blue C M Y K H S L
Decimal 14 172 61 0.92 0 0.65 0.33 137.85 0.85 0.36
Hex E AC 3D 5C 0 41 21 8A 55 24
Octal 16 254 75 134 0 101 41 212 125 44
Binary 1110 10101100 111101 1011100 0 1000001 100001 10001010 1010101 100100

Color Harmonies of #0EAC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAC3D

Black with #0EAC3D

Text Example


Text Example

White with #0EAC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,172,61); }

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

background-color css

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

 a { background-color: rgb(14,172,61); }

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

border-color css

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

 span { border-color: rgb(14,172,61); }

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