Html Css Color HEX #0EAB3D Dark Pastel Green

📋 copy color: '#0EAB3D'

red 14 ◦ green 171 ◦ blue 61

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

Shades of Dark Pastel Green #0EAB3D

Tints of Dark Pastel Green #0EAB3D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 69.51%

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

R = 5.69%
G = 69.51%
B = 24.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#0EAB3D (or 0x0EAB3D) is known color: Dark Pastel Green. HEX triplet: 0E, AB and 3D. RGB value is (14,171,61). Sum of RGB (Red+Green+Blue) = 14+171+61=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 171 (67.19% from 255 or 69.51% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAB3D is #F154C2. Grayscale: #6F6F6F. Windows color (decimal): -15815875 or 4041486. OLE color: 4041486.

HSL color Cylindrical-coordinate representation of color #0EAB3D: hue angle of 137.96º 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 #0EAB3D is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 171 61 -
CMYK 0.92 0 0.64 0.33
HSL 137.96º 0.85% 0.36% -
HSV(B) 137.96º 0.92% 0.67% -
XYZ 15.59 29.56 9.3 -
YUV 111.52 99.49 58.44 -
System Red Green Blue C M Y K H S L
Decimal 14 171 61 0.92 0 0.64 0.33 137.96 0.85 0.36
Hex E AB 3D 5C 0 40 21 8A 55 24
Octal 16 253 75 134 0 100 41 212 125 44
Binary 1110 10101011 111101 1011100 0 1000000 100001 10001010 1010101 100100

Color Harmonies of #0EAB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAB3D

Black with #0EAB3D

Text Example


Text Example

White with #0EAB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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