#5A950F

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

Shades of Limeade #5A950F

Tints of Limeade #5A950F

Color information

#5A950F (or 0x5A950F) is unknown color: approx Limeade. HEX triplet: 5A, 95 and 0F. RGB value is (90,149,15). Sum of RGB (Red+Green+Blue) = 90+149+15=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #5A950F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A950F is #A56AF0. Grayscale: #747474. Windows color (decimal): -10840817 or 1021274. OLE color: 1021274.

HSL color Cylindrical-coordinate representation of color #5A950F: hue angle of 86.42º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A950F is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB9014915-
CMYK0.4000.900.42
HSL86.42º81.71%32.16%-
HSV(B)86.42º89.93%58.43%-
XYZ15.0523.74.23-
YUV116.0870.95109.4-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.43%
GREEN value IS 149 (58.59% from 255) = 58.66%
BLUE value IS 15 (6.25% from 255) = 5.91%
R=35.43%
G=58.66%
B=5.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90149150.4000.900.4286.4281.7132.16
Hex5A95F2805A2A565220
Octal132225175001325212612240
Binary10110101001010111111010000101101010101010101101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A950F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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