#53AA1A

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

Shades of Kelly Green #53AA1A

Tints of Kelly Green #53AA1A

Color information

#53AA1A (or 0x53AA1A) is unknown color: approx Kelly Green. HEX triplet: 53, AA and 1A. RGB value is (83,170,26). Sum of RGB (Red+Green+Blue) = 83+170+26=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 170 (66.80% from 255 or 60.93% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AA1A is #AC55E5. Grayscale: #808080. Windows color (decimal): -11294182 or 1747539. OLE color: 1747539.

HSL color Cylindrical-coordinate representation of color #53AA1A: hue angle of 96.25º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #53AA1A is Cyan = 0.51, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB8317026-
CMYK0.5100.850.33
HSL96.25º73.47%38.43%-
HSV(B)96.25º84.71%66.67%-
XYZ18.1330.665.94-
YUV127.5770.6896.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 170 (66.80% from 255) = 60.93%
BLUE value IS 26 (10.55% from 255) = 9.32%
R=29.75%
G=60.93%
B=9.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83170260.5100.850.3396.2573.4738.43
Hex53AA1A3305521604926
Octal123252326301254114011146
Binary101001110101010110101100110101010110000111000001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,170,26); }

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

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

 a { background-color: rgb(83,170,26); }

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

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

 span { border-color: rgb(83,170,26); }

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