#5AA512

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

Shades of Limeade #5AA512

Tints of Limeade #5AA512

Color information

#5AA512 (or 0x5AA512) is unknown color: approx Limeade. HEX triplet: 5A, A5 and 12. RGB value is (90,165,18). Sum of RGB (Red+Green+Blue) = 90+165+18=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 165 (64.84% from 255 or 60.44% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 165 - color contains mainly: green. Hex color #5AA512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA512 is #A55AED. Grayscale: #7E7E7E. Windows color (decimal): -10836718 or 1221978. OLE color: 1221978.

HSL color Cylindrical-coordinate representation of color #5AA512: hue angle of 90.61º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5AA512 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB9016518-
CMYK0.4500.890.35
HSL90.61º80.33%35.88%-
HSV(B)90.61º89.09%64.71%-
XYZ17.7829.135.26-
YUV125.8267.15102.45-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.97%
GREEN value IS 165 (64.84% from 255) = 60.44%
BLUE value IS 18 (7.42% from 255) = 6.59%
R=32.97%
G=60.44%
B=6.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90165180.4500.890.3590.6180.3335.88
Hex5AA5122D059235b5024
Octal132245225501314313312044
Binary101101010100101100101011010101100110001110110111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,165,18); }

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

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

 a { background-color: rgb(90,165,18); }

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

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

 span { border-color: rgb(90,165,18); }

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