#0EAD43

Color #0EAD43 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0EAD43

Tints of Dark Pastel Green #0EAD43

Color information

#0EAD43 (or 0x0EAD43) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, AD and 43. RGB value is (14,173,67). Sum of RGB (Red+Green+Blue) = 14+173+67=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 173 (67.97% from 255 or 68.11% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAD43 is #F152BC. Grayscale: #717171. Windows color (decimal): -15815357 or 4435214. OLE color: 4435214.

HSL color Cylindrical-coordinate representation of color #0EAD43: hue angle of 140º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAD43 is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB1417367-
CMYK0.9200.610.32
HSL140º85.03%36.67%-
HSV(B)140º91.91%67.84%-
XYZ16.1430.3910.32-
YUV113.38101.8257.12-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.51%
GREEN value IS 173 (67.97% from 255) = 68.11%
BLUE value IS 67 (26.56% from 255) = 26.38%
R=5.51%
G=68.11%
B=26.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14173670.9200.610.3214085.0336.67
HexEAD435C03D208c5525
Octal162551031340754021412545
Binary111010101101100001110111000111101100000100011001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAD43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,173,67); }

 H1.HeaderClassName
 {
   color: #0EAD43;
 }
 .AnyTagClassName
 {
   color: #0EAD43;
 }
</style>
background-color css

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

 a { background-color: rgb(14,173,67); }

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

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

 span { border-color: rgb(14,173,67); }

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