#53AA1C

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

Shades of Kelly Green #53AA1C

Tints of Kelly Green #53AA1C

Color information

#53AA1C (or 0x53AA1C) is unknown color: approx Kelly Green. HEX triplet: 53, AA and 1C. RGB value is (83,170,28). Sum of RGB (Red+Green+Blue) = 83+170+28=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 170 (66.80% from 255 or 60.50% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AA1C is #AC55E3. Grayscale: #808080. Windows color (decimal): -11294180 or 1878611. OLE color: 1878611.

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

Color convert

RGB8317028-
CMYK0.5100.840.33
HSL96.76º71.72%38.82%-
HSV(B)96.76º83.53%66.67%-
XYZ18.1530.676.06-
YUV127.871.6896.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.54%
GREEN value IS 170 (66.80% from 255) = 60.50%
BLUE value IS 28 (11.33% from 255) = 9.96%
R=29.54%
G=60.50%
B=9.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83170280.5100.840.3396.7671.7238.82
Hex53AA1C3305421614827
Octal123252346301244114111047
Binary101001110101010111001100110101010010000111000011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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