#53AC2D

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

Shades of Kelly Green #53AC2D

Tints of Kelly Green #53AC2D

Color information

#53AC2D (or 0x53AC2D) is unknown color: approx Kelly Green. HEX triplet: 53, AC and 2D. RGB value is (83,172,45). Sum of RGB (Red+Green+Blue) = 83+172+45=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 172 (67.58% from 255 or 57.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AC2D is #AC53D2. Grayscale: #838383. Windows color (decimal): -11293651 or 2993235. OLE color: 2993235.

HSL color Cylindrical-coordinate representation of color #53AC2D: hue angle of 102.05º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53AC2D is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB8317245-
CMYK0.5200.740.33
HSL102.05º58.53%42.55%-
HSV(B)102.05º73.84%67.45%-
XYZ18.7931.537.58-
YUV130.9179.5193.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.67%
GREEN value IS 172 (67.58% from 255) = 57.33%
BLUE value IS 45 (17.97% from 255) = 15%
R=27.67%
G=57.33%
B=15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83172450.5200.740.33102.0558.5342.55
Hex53AC2D3404A21663b2b
Octal12325455640112411467353
Binary101001110101100101101110100010010101000011100110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,172,45); }

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

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

 a { background-color: rgb(83,172,45); }

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

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

 span { border-color: rgb(83,172,45); }

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