#53AF12

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

Shades of Kelly Green #53AF12

Tints of Kelly Green #53AF12

Color information

#53AF12 (or 0x53AF12) is unknown color: approx Kelly Green. HEX triplet: 53, AF and 12. RGB value is (83,175,18). Sum of RGB (Red+Green+Blue) = 83+175+18=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 175 (68.75% from 255 or 63.41% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53AF12 is #AC50ED. Grayscale: #828282. Windows color (decimal): -11292910 or 1224531. OLE color: 1224531.

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

Color convert

RGB8317518-
CMYK0.5300.900.31
HSL95.16º81.35%37.84%-
HSV(B)95.16º89.71%68.63%-
XYZ19.0132.545.85-
YUV129.5965.0294.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 175 (68.75% from 255) = 63.41%
BLUE value IS 18 (7.42% from 255) = 6.52%
R=30.07%
G=63.41%
B=6.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83175180.5300.900.3195.1681.3537.84
Hex53AF123505A1F5f5126
Octal123257226501323713712146
Binary10100111010111110010110101010110101111110111111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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