#5AA30C

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

Shades of Limeade #5AA30C

Tints of Limeade #5AA30C

Color information

#5AA30C (or 0x5AA30C) is unknown color: approx Limeade. HEX triplet: 5A, A3 and 0C. RGB value is (90,163,12). Sum of RGB (Red+Green+Blue) = 90+163+12=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 163 (64.06% from 255 or 61.51% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA30C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA30C is #A55CF3. Grayscale: #7C7C7C. Windows color (decimal): -10837236 or 828250. OLE color: 828250.

HSL color Cylindrical-coordinate representation of color #5AA30C: hue angle of 89.01º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5AA30C is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB9016312-
CMYK0.4500.930.36
HSL89.01º86.29%34.31%-
HSV(B)89.01º92.64%63.92%-
XYZ17.3828.394.91-
YUV123.9664.82103.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.96%
GREEN value IS 163 (64.06% from 255) = 61.51%
BLUE value IS 12 (5.08% from 255) = 4.53%
R=33.96%
G=61.51%
B=4.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90163120.4500.930.3689.0186.2934.31
Hex5AA3C2D05D24595622
Octal132243145501354413112642
Binary10110101010001111001011010101110110010010110011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,163,12); }

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

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

 a { background-color: rgb(90,163,12); }

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

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

 span { border-color: rgb(90,163,12); }

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