#46AF1C

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

Shades of Kelly Green #46AF1C

Tints of Kelly Green #46AF1C

Color information

#46AF1C (or 0x46AF1C) is unknown color: approx Kelly Green. HEX triplet: 46, AF and 1C. RGB value is (70,175,28). Sum of RGB (Red+Green+Blue) = 70+175+28=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 175 (68.75% from 255 or 64.10% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 175 - color contains mainly: green. Hex color #46AF1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46AF1C is #B950E3. Grayscale: #7F7F7F. Windows color (decimal): -12144868 or 1879878. OLE color: 1879878.

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

Color convert

RGB7017528-
CMYK0.6000.840.31
HSL102.86º72.41%39.8%-
HSV(B)102.86º84%68.63%-
XYZ18.0732.056.33-
YUV126.8572.2187.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 175 (68.75% from 255) = 64.10%
BLUE value IS 28 (11.33% from 255) = 10.26%
R=25.64%
G=64.10%
B=10.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70175280.6000.840.31102.8672.4139.8
Hex46AF1C3C0541F674828
Octal106257347401243714711050
Binary10001101010111111100111100010101001111111001111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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