#53AA01

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

Shades of Kelly Green #53AA01

Tints of Kelly Green #53AA01

Color information

#53AA01 (or 0x53AA01) is unknown color: approx Kelly Green. HEX triplet: 53, AA and 01. RGB value is (83,170,1). Sum of RGB (Red+Green+Blue) = 83+170+1=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 170 (66.80% from 255 or 66.93% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53AA01 is #AC55FE. Grayscale: #7D7D7D. Windows color (decimal): -11294207 or 109139. OLE color: 109139.

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

Color convert

RGB831701-
CMYK0.5100.990.33
HSL90.89º98.83%33.53%-
HSV(B)90.89º99.41%66.67%-
XYZ17.9530.594.99-
YUV124.7258.1898.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.68%
GREEN value IS 170 (66.80% from 255) = 66.93%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=32.68%
G=66.93%
B=0.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8317010.5100.990.3390.8998.8333.53
Hex53AA133063215b6322
Octal12325216301434113314342
Binary10100111010101011100110110001110000110110111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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