#5AA334

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

Shades of Limeade #5AA334

Tints of Limeade #5AA334

Color information

#5AA334 (or 0x5AA334) is unknown color: approx Limeade. HEX triplet: 5A, A3 and 34. RGB value is (90,163,52). Sum of RGB (Red+Green+Blue) = 90+163+52=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA334 is #A55CCB. Grayscale: #808080. Windows color (decimal): -10837196 or 3449690. OLE color: 3449690.

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

Color convert

RGB9016352-
CMYK0.4500.680.36
HSL99.46º51.63%42.16%-
HSV(B)99.46º68.1%63.92%-
XYZ17.9328.627.83-
YUV128.5284.82100.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.51%
GREEN value IS 163 (64.06% from 255) = 53.44%
BLUE value IS 52 (20.70% from 255) = 17.05%
R=29.51%
G=53.44%
B=17.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90163520.4500.680.3699.4651.6342.16
Hex5AA3342D0442463342a
Octal13224364550104441436452
Binary101101010100011110100101101010001001001001100011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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