Html Css Color HEX #0EAB41 Dark Pastel Green

📋 copy color: '#0EAB41'

red 14 ◦ green 171 ◦ blue 65

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

Shades of Dark Pastel Green #0EAB41

Tints of Dark Pastel Green #0EAB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26%

R = 5.6%
G = 68.4%
B = 26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#0EAB41 (or 0x0EAB41) is known color: Dark Pastel Green. HEX triplet: 0E, AB and 41. RGB value is (14,171,65). Sum of RGB (Red+Green+Blue) = 14+171+65=250 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.6% from 250); Green value is 171 (67.19% from 255 or 68.4% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAB41 is #F154BE. Grayscale: #707070. Windows color (decimal): -15815871 or 4303630. OLE color: 4303630.

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

Color convert

RGB 14 171 65 -
CMYK 0.92 0 0.62 0.33
HSL 139.49º 0.85% 0.36% -
HSV(B) 139.49º 0.92% 0.67% -
XYZ 15.7 29.6 9.89 -
YUV 111.97 101.49 58.12 -
System Red Green Blue C M Y K H S L
Decimal 14 171 65 0.92 0 0.62 0.33 139.49 0.85 0.36
Hex E AB 41 5C 0 3E 21 8B 55 24
Octal 16 253 101 134 0 76 41 213 125 44
Binary 1110 10101011 1000001 1011100 0 111110 100001 10001011 1010101 100100

Color Harmonies of #0EAB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAB41

Black with #0EAB41

Text Example


Text Example

White with #0EAB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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