#5A9609

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

Shades of Limeade #5A9609

Tints of Limeade #5A9609

Color information

#5A9609 (or 0x5A9609) is unknown color: approx Limeade. HEX triplet: 5A, 96 and 09. RGB value is (90,150,9). Sum of RGB (Red+Green+Blue) = 90+150+9=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 150 (58.98% from 255 or 60.24% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 150 - color contains mainly: green. Hex color #5A9609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A9609 is #A569F6. Grayscale: #747474. Windows color (decimal): -10840567 or 628314. OLE color: 628314.

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

Color convert

RGB901509-
CMYK0.400.940.41
HSL85.53º88.68%31.18%-
HSV(B)85.53º94%58.82%-
XYZ15.1724.014.09-
YUV115.9967.62109.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.14%
GREEN value IS 150 (58.98% from 255) = 60.24%
BLUE value IS 9 (3.91% from 255) = 3.61%
R=36.14%
G=60.24%
B=3.61%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9015090.400.940.4185.5388.6831.18
Hex5A9692805E2956591f
Octal132226115001365112613137
Binary1011010100101101001101000010111101010011010110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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