#52A01A

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

Shades of Limeade #52A01A

Tints of Limeade #52A01A

Color information

#52A01A (or 0x52A01A) is unknown color: approx Limeade. HEX triplet: 52, A0 and 1A. RGB value is (82,160,26). Sum of RGB (Red+Green+Blue) = 82+160+26=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 160 (62.89% from 255 or 59.70% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 160 - color contains mainly: green. Hex color #52A01A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A01A is #AD5FE5. Grayscale: #797979. Windows color (decimal): -11362278 or 1744978. OLE color: 1744978.

HSL color Cylindrical-coordinate representation of color #52A01A: hue angle of 94.93º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52A01A is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB8216026-
CMYK0.4900.840.37
HSL94.93º72.04%36.47%-
HSV(B)94.93º83.75%62.75%-
XYZ16.2427.015.33-
YUV121.474.1699.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 160 (62.89% from 255) = 59.70%
BLUE value IS 26 (10.55% from 255) = 9.70%
R=30.60%
G=59.70%
B=9.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal82160260.4900.840.3794.9372.0436.47
Hex52A01A31054255f4824
Octal122240326101244513711044
Binary101001010100000110101100010101010010010110111111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52A01A; }

 p { color: rgb(82,160,26); }

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

<style>
 a { background-color: #52A01A; }

 a { background-color: rgb(82,160,26); }

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

<style>
 span { border-color: #52A01A; }

 span { border-color: rgb(82,160,26); }

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