#5A960F

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

Shades of Limeade #5A960F

Tints of Limeade #5A960F

Color information

#5A960F (or 0x5A960F) is unknown color: approx Limeade. HEX triplet: 5A, 96 and 0F. RGB value is (90,150,15). Sum of RGB (Red+Green+Blue) = 90+150+15=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 150 (58.98% from 255 or 58.82% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 150 - color contains mainly: green. Hex color #5A960F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A960F is #A569F0. Grayscale: #757575. Windows color (decimal): -10840561 or 1021530. OLE color: 1021530.

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

Color convert

RGB9015015-
CMYK0.400.90.41
HSL86.67º81.82%32.35%-
HSV(B)86.67º90%58.82%-
XYZ15.2124.024.29-
YUV116.6770.62108.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.29%
GREEN value IS 150 (58.98% from 255) = 58.82%
BLUE value IS 15 (6.25% from 255) = 5.88%
R=35.29%
G=58.82%
B=5.88%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal90150150.400.90.4186.6781.8232.35
Hex5A96F2805A29575220
Octal132226175001325112712240
Binary10110101001011011111010000101101010100110101111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A960F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,150,15); }

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

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

 a { background-color: rgb(90,150,15); }

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

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

 span { border-color: rgb(90,150,15); }

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