#529A22

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

Shades of Limeade #529A22

Tints of Limeade #529A22

Color information

#529A22 (or 0x529A22) is unknown color: approx Limeade. HEX triplet: 52, 9A and 22. RGB value is (82,154,34). Sum of RGB (Red+Green+Blue) = 82+154+34=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 154 (60.55% from 255 or 57.04% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 154 - color contains mainly: green. Hex color #529A22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529A22 is #AD65DD. Grayscale: #777777. Windows color (decimal): -11363806 or 2267730. OLE color: 2267730.

HSL color Cylindrical-coordinate representation of color #529A22: hue angle of 96º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #529A22 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB8215434-
CMYK0.4700.780.40
HSL96º63.83%36.86%-
HSV(B)96º77.92%60.39%-
XYZ15.3225.025.54-
YUV118.7980.15101.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 154 (60.55% from 255) = 57.04%
BLUE value IS 34 (13.67% from 255) = 12.59%
R=30.37%
G=57.04%
B=12.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82154340.4700.780.409663.8336.86
Hex529A222F04E28604025
Octal122232425701165014010045
Binary1010010100110101000101011110100111010100011000001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529A22; }

 p { color: rgb(82,154,34); }

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

<style>
 a { background-color: #529A22; }

 a { background-color: rgb(82,154,34); }

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

<style>
 span { border-color: #529A22; }

 span { border-color: rgb(82,154,34); }

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