#5FA426

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

Shades of Limeade #5FA426

Tints of Limeade #5FA426

Color information

#5FA426 (or 0x5FA426) is unknown color: approx Limeade. HEX triplet: 5F, A4 and 26. RGB value is (95,164,38). Sum of RGB (Red+Green+Blue) = 95+164+38=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 164 (64.45% from 255 or 55.22% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA426 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA426 is #A05BD9. Grayscale: #818181. Windows color (decimal): -10509274 or 2532447. OLE color: 2532447.

HSL color Cylindrical-coordinate representation of color #5FA426: hue angle of 92.86º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5FA426 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB9516438-
CMYK0.4200.770.36
HSL92.86º62.38%39.61%-
HSV(B)92.86º76.83%64.31%-
XYZ18.3429.126.49-
YUV12976.64103.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.99%
GREEN value IS 164 (64.45% from 255) = 55.22%
BLUE value IS 38 (15.23% from 255) = 12.79%
R=31.99%
G=55.22%
B=12.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95164380.4200.770.3692.8662.3839.61
Hex5FA4262A04D245d3e28
Octal13724446520115441357650
Binary101111110100100100110101010010011011001001011101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,164,38); }

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

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

 a { background-color: rgb(95,164,38); }

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

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

 span { border-color: rgb(95,164,38); }

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