#53A126

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

Shades of Limeade #53A126

Tints of Limeade #53A126

Color information

#53A126 (or 0x53A126) is unknown color: approx Limeade. HEX triplet: 53, A1 and 26. RGB value is (83,161,38). Sum of RGB (Red+Green+Blue) = 83+161+38=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 161 (63.28% from 255 or 57.09% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 161 - color contains mainly: green. Hex color #53A126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A126 is #AC5ED9. Grayscale: #7C7C7C. Windows color (decimal): -11296474 or 2531667. OLE color: 2531667.

HSL color Cylindrical-coordinate representation of color #53A126: hue angle of 98.05º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53A126 is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB8316138-
CMYK0.4800.760.37
HSL98.05º61.81%39.02%-
HSV(B)98.05º76.4%63.14%-
XYZ16.6627.476.26-
YUV123.6679.6699-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.43%
GREEN value IS 161 (63.28% from 255) = 57.09%
BLUE value IS 38 (15.23% from 255) = 13.48%
R=29.43%
G=57.09%
B=13.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal83161380.4800.760.3798.0561.8139.02
Hex53A1263004C25623e27
Octal12324146600114451427647
Binary101001110100001100110110000010011001001011100010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A126; }

 p { color: rgb(83,161,38); }

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

<style>
 a { background-color: #53A126; }

 a { background-color: rgb(83,161,38); }

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

<style>
 span { border-color: #53A126; }

 span { border-color: rgb(83,161,38); }

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