#46AF28

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

Shades of Kelly Green #46AF28

Tints of Kelly Green #46AF28

Color information

#46AF28 (or 0x46AF28) is unknown color: approx Kelly Green. HEX triplet: 46, AF and 28. RGB value is (70,175,40). Sum of RGB (Red+Green+Blue) = 70+175+40=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 175 (68.75% from 255 or 61.40% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 175 - color contains mainly: green. Hex color #46AF28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46AF28 is #B950D7. Grayscale: #808080. Windows color (decimal): -12144856 or 2666310. OLE color: 2666310.

HSL color Cylindrical-coordinate representation of color #46AF28: hue angle of 106.67º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46AF28 is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB7017540-
CMYK0.6000.770.31
HSL106.67º62.79%42.16%-
HSV(B)106.67º77.14%68.63%-
XYZ18.2432.127.25-
YUV128.2278.2186.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.56%
GREEN value IS 175 (68.75% from 255) = 61.40%
BLUE value IS 40 (16.02% from 255) = 14.04%
R=24.56%
G=61.40%
B=14.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70175400.6000.770.31106.6762.7942.16
Hex46AF283C04D1F6b3f2a
Octal10625750740115371537752
Binary10001101010111110100011110001001101111111101011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AF28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,175,40); }

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

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

 a { background-color: rgb(70,175,40); }

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

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

 span { border-color: rgb(70,175,40); }

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