#5A951A

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

Shades of Limeade #5A951A

Tints of Limeade #5A951A

Color information

#5A951A (or 0x5A951A) is unknown color: approx Limeade. HEX triplet: 5A, 95 and 1A. RGB value is (90,149,26). Sum of RGB (Red+Green+Blue) = 90+149+26=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #5A951A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A951A is #A56AE5. Grayscale: #757575. Windows color (decimal): -10840806 or 1742170. OLE color: 1742170.

HSL color Cylindrical-coordinate representation of color #5A951A: hue angle of 88.78º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A951A is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB9014926-
CMYK0.4000.830.42
HSL88.78º70.29%34.31%-
HSV(B)88.78º82.55%58.43%-
XYZ15.1523.744.76-
YUV117.3476.45108.5-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.96%
GREEN value IS 149 (58.59% from 255) = 56.23%
BLUE value IS 26 (10.55% from 255) = 9.81%
R=33.96%
G=56.23%
B=9.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90149260.4000.830.4288.7870.2934.31
Hex5A951A280532A594622
Octal132225325001235213110642
Binary101101010010101110101010000101001110101010110011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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