#5AA012

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

Shades of Limeade #5AA012

Tints of Limeade #5AA012

Color information

#5AA012 (or 0x5AA012) is unknown color: approx Limeade. HEX triplet: 5A, A0 and 12. RGB value is (90,160,18). Sum of RGB (Red+Green+Blue) = 90+160+18=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 160 (62.89% from 255 or 59.70% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 160 - color contains mainly: green. Hex color #5AA012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA012 is #A55FED. Grayscale: #7B7B7B. Windows color (decimal): -10837998 or 1220698. OLE color: 1220698.

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

Color convert

RGB9016018-
CMYK0.4400.890.37
HSL89.58º79.78%34.9%-
HSV(B)89.58º88.75%62.75%-
XYZ16.927.364.96-
YUV122.8868.81104.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.58%
GREEN value IS 160 (62.89% from 255) = 59.70%
BLUE value IS 18 (7.42% from 255) = 6.72%
R=33.58%
G=59.70%
B=6.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal90160180.4400.890.3789.5879.7834.9
Hex5AA0122C059255a5023
Octal132240225401314513212043
Binary101101010100000100101011000101100110010110110101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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