#53AD0D

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

Shades of Kelly Green #53AD0D

Tints of Kelly Green #53AD0D

Color information

#53AD0D (or 0x53AD0D) is unknown color: approx Kelly Green. HEX triplet: 53, AD and 0D. RGB value is (83,173,13). Sum of RGB (Red+Green+Blue) = 83+173+13=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 173 (67.97% from 255 or 64.31% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53AD0D is #AC52F2. Grayscale: #808080. Windows color (decimal): -11293427 or 896339. OLE color: 896339.

HSL color Cylindrical-coordinate representation of color #53AD0D: hue angle of 93.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53AD0D is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB8317313-
CMYK0.5200.920.32
HSL93.75º86.02%36.47%-
HSV(B)93.75º92.49%67.84%-
XYZ18.5831.765.53-
YUV127.8563.1896.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.86%
GREEN value IS 173 (67.97% from 255) = 64.31%
BLUE value IS 13 (5.47% from 255) = 4.83%
R=30.86%
G=64.31%
B=4.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83173130.5200.920.3293.7586.0236.47
Hex53ADD3405C205e5624
Octal123255156401344013612644
Binary10100111010110111011101000101110010000010111101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AD0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,173,13); }

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

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

 a { background-color: rgb(83,173,13); }

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

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

 span { border-color: rgb(83,173,13); }

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