#5E9A1D

Color #5E9A1D Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5E9A1D

Tints of Limeade #5E9A1D

Color information

#5E9A1D (or 0x5E9A1D) is unknown color: approx Limeade. HEX triplet: 5E, 9A and 1D. RGB value is (94,154,29). Sum of RGB (Red+Green+Blue) = 94+154+29=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 154 (60.55% from 255 or 55.60% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 154 - color contains mainly: green. Hex color #5E9A1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9A1D is #A165E2. Grayscale: #7A7A7A. Windows color (decimal): -10577379 or 1940062. OLE color: 1940062.

HSL color Cylindrical-coordinate representation of color #5E9A1D: hue angle of 88.8º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E9A1D is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB9415429-
CMYK0.3900.810.40
HSL88.8º68.31%35.88%-
HSV(B)88.8º81.17%60.39%-
XYZ16.3925.585.24-
YUV121.8175.62108.16-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.94%
GREEN value IS 154 (60.55% from 255) = 55.60%
BLUE value IS 29 (11.72% from 255) = 10.47%
R=33.94%
G=55.60%
B=10.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal94154290.3900.810.4088.868.3135.88
Hex5E9A1D2705128594424
Octal136232354701215013110444
Binary101111010011010111011001110101000110100010110011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E9A1D; }

 p { color: rgb(94,154,29); }

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

<style>
 a { background-color: #5E9A1D; }

 a { background-color: rgb(94,154,29); }

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

<style>
 span { border-color: #5E9A1D; }

 span { border-color: rgb(94,154,29); }

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