#5E970A

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

Shades of Limeade #5E970A

Tints of Limeade #5E970A

Color information

#5E970A (or 0x5E970A) is unknown color: approx Limeade. HEX triplet: 5E, 97 and 0A. RGB value is (94,151,10). Sum of RGB (Red+Green+Blue) = 94+151+10=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 151 (59.38% from 255 or 59.22% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 151 - color contains mainly: green. Hex color #5E970A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E970A is #A168F5. Grayscale: #767676. Windows color (decimal): -10578166 or 694110. OLE color: 694110.

HSL color Cylindrical-coordinate representation of color #5E970A: hue angle of 84.26º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E970A is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB9415110-
CMYK0.3800.930.41
HSL84.26º87.58%31.57%-
HSV(B)84.26º93.38%59.22%-
XYZ15.7424.534.19-
YUV117.8867.12110.96-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.86%
GREEN value IS 151 (59.38% from 255) = 59.22%
BLUE value IS 10 (4.30% from 255) = 3.92%
R=36.86%
G=59.22%
B=3.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal94151100.3800.930.4184.2687.5831.57
Hex5E97A2605D29545820
Octal136227124601355112413040
Binary10111101001011110101001100101110110100110101001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E970A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,151,10); }

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

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

 a { background-color: rgb(94,151,10); }

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

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

 span { border-color: rgb(94,151,10); }

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