#53AE12

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

Shades of Kelly Green #53AE12

Tints of Kelly Green #53AE12

Color information

#53AE12 (or 0x53AE12) is unknown color: approx Kelly Green. HEX triplet: 53, AE and 12. RGB value is (83,174,18). Sum of RGB (Red+Green+Blue) = 83+174+18=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 174 (68.36% from 255 or 63.27% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 174 - color contains mainly: green. Hex color #53AE12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53AE12 is #AC51ED. Grayscale: #818181. Windows color (decimal): -11293166 or 1224275. OLE color: 1224275.

HSL color Cylindrical-coordinate representation of color #53AE12: hue angle of 95º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53AE12 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB8317418-
CMYK0.5200.900.32
HSL95º81.25%37.65%-
HSV(B)95º89.66%68.24%-
XYZ18.8132.155.79-
YUV129.0165.3595.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.18%
GREEN value IS 174 (68.36% from 255) = 63.27%
BLUE value IS 18 (7.42% from 255) = 6.55%
R=30.18%
G=63.27%
B=6.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83174180.5200.900.329581.2537.65
Hex53AE123405A205f5126
Octal123256226401324013712146
Binary101001110101110100101101000101101010000010111111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,174,18); }

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

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

 a { background-color: rgb(83,174,18); }

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

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

 span { border-color: rgb(83,174,18); }

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