#5A9B21

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

Shades of Limeade #5A9B21

Tints of Limeade #5A9B21

Color information

#5A9B21 (or 0x5A9B21) is unknown color: approx Limeade. HEX triplet: 5A, 9B and 21. RGB value is (90,155,33). Sum of RGB (Red+Green+Blue) = 90+155+33=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 155 (60.94% from 255 or 55.76% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9B21 is #A564DE. Grayscale: #7A7A7A. Windows color (decimal): -10839263 or 2202458. OLE color: 2202458.

HSL color Cylindrical-coordinate representation of color #5A9B21: hue angle of 91.97º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A9B21 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB9015533-
CMYK0.4200.790.39
HSL91.97º64.89%36.86%-
HSV(B)91.97º78.71%60.78%-
XYZ16.2125.735.55-
YUV121.6677.97105.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.37%
GREEN value IS 155 (60.94% from 255) = 55.76%
BLUE value IS 33 (13.28% from 255) = 11.87%
R=32.37%
G=55.76%
B=11.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90155330.4200.790.3991.9764.8936.86
Hex5A9B212A04F275c4125
Octal132233415201174713410145
Binary1011010100110111000011010100100111110011110111001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,155,33); }

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

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

 a { background-color: rgb(90,155,33); }

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

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

 span { border-color: rgb(90,155,33); }

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