#46A415

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

Shades of Kelly Green #46A415

Tints of Kelly Green #46A415

Color information

#46A415 (or 0x46A415) is unknown color: approx Kelly Green. HEX triplet: 46, A4 and 15. RGB value is (70,164,21). Sum of RGB (Red+Green+Blue) = 70+164+21=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 164 (64.45% from 255 or 64.31% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 164 - color contains mainly: green. Hex color #46A415 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46A415 is #B95BEA. Grayscale: #787878. Windows color (decimal): -12147691 or 1418310. OLE color: 1418310.

HSL color Cylindrical-coordinate representation of color #46A415: hue angle of 99.44º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46A415 is Cyan = 0.57, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB7016421-
CMYK0.5700.870.36
HSL99.44º77.3%36.27%-
HSV(B)99.44º87.2%64.31%-
XYZ15.9427.915.26-
YUV119.5972.3692.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 164 (64.45% from 255) = 64.31%
BLUE value IS 21 (8.59% from 255) = 8.24%
R=27.45%
G=64.31%
B=8.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal70164210.5700.870.3699.4477.336.27
Hex46A4153905724634d24
Octal106244257101274414311544
Binary100011010100100101011110010101011110010011000111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46A415; }

 p { color: rgb(70,164,21); }

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

<style>
 a { background-color: #46A415; }

 a { background-color: rgb(70,164,21); }

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

<style>
 span { border-color: #46A415; }

 span { border-color: rgb(70,164,21); }

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