#5AAA23

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

Shades of Limeade #5AAA23

Tints of Limeade #5AAA23

Color information

#5AAA23 (or 0x5AAA23) is unknown color: approx Limeade. HEX triplet: 5A, AA and 23. RGB value is (90,170,35). Sum of RGB (Red+Green+Blue) = 90+170+35=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAA23 is #A555DC. Grayscale: #838383. Windows color (decimal): -10835421 or 2337370. OLE color: 2337370.

HSL color Cylindrical-coordinate representation of color #5AAA23: hue angle of 95.56º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5AAA23 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB9017035-
CMYK0.4700.790.33
HSL95.56º65.85%40.2%-
HSV(B)95.56º79.41%66.67%-
XYZ18.8931.046.59-
YUV130.697498.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.51%
GREEN value IS 170 (66.80% from 255) = 57.63%
BLUE value IS 35 (14.06% from 255) = 11.86%
R=30.51%
G=57.63%
B=11.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90170350.4700.790.3395.5665.8540.2
Hex5AAA232F04F21604228
Octal132252435701174114010250
Binary1011010101010101000111011110100111110000111000001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAA23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,170,35); }

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

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

 a { background-color: rgb(90,170,35); }

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

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

 span { border-color: rgb(90,170,35); }

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