#5A9435

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

Shades of Limeade #5A9435

Tints of Limeade #5A9435

Color information

#5A9435 (or 0x5A9435) is unknown color: approx Limeade. HEX triplet: 5A, 94 and 35. RGB value is (90,148,53). Sum of RGB (Red+Green+Blue) = 90+148+53=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #5A9435 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9435 is #A56BCA. Grayscale: #787878. Windows color (decimal): -10841035 or 3511386. OLE color: 3511386.

HSL color Cylindrical-coordinate representation of color #5A9435: hue angle of 96.63º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A9435 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB9014853-
CMYK0.3900.640.42
HSL96.63º47.26%39.41%-
HSV(B)96.63º64.19%58.04%-
XYZ15.4523.617.11-
YUV119.8390.28106.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.93%
GREEN value IS 148 (58.20% from 255) = 50.86%
BLUE value IS 53 (21.09% from 255) = 18.21%
R=30.93%
G=50.86%
B=18.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90148530.3900.640.4296.6347.2639.41
Hex5A9435270402A612f27
Octal13222465470100521415747
Binary101101010010100110101100111010000001010101100001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,148,53); }

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

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

 a { background-color: rgb(90,148,53); }

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

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

 span { border-color: rgb(90,148,53); }

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