#5BA016

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

Shades of Limeade #5BA016

Tints of Limeade #5BA016

Color information

#5BA016 (or 0x5BA016) is unknown color: approx Limeade. HEX triplet: 5B, A0 and 16. RGB value is (91,160,22). Sum of RGB (Red+Green+Blue) = 91+160+22=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 160 (62.89% from 255 or 58.61% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA016 is #A45FE9. Grayscale: #7C7C7C. Windows color (decimal): -10772458 or 1482843. OLE color: 1482843.

HSL color Cylindrical-coordinate representation of color #5BA016: hue angle of 90º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5BA016 is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB9116022-
CMYK0.4300.860.37
HSL90º75.82%35.69%-
HSV(B)90º86.25%62.75%-
XYZ17.0327.425.15-
YUV123.6470.64104.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.33%
GREEN value IS 160 (62.89% from 255) = 58.61%
BLUE value IS 22 (8.98% from 255) = 8.06%
R=33.33%
G=58.61%
B=8.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal91160220.4300.860.379075.8235.69
Hex5BA0162B056255a4c24
Octal133240265301264513211444
Binary101101110100000101101010110101011010010110110101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,160,22); }

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

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

 a { background-color: rgb(91,160,22); }

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

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

 span { border-color: rgb(91,160,22); }

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