#46AA1F

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

Shades of Kelly Green #46AA1F

Tints of Kelly Green #46AA1F

Color information

#46AA1F (or 0x46AA1F) is unknown color: approx Kelly Green. HEX triplet: 46, AA and 1F. RGB value is (70,170,31). Sum of RGB (Red+Green+Blue) = 70+170+31=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 170 (66.80% from 255 or 62.73% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 170 - color contains mainly: green. Hex color #46AA1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46AA1F is #B955E0. Grayscale: #7C7C7C. Windows color (decimal): -12146145 or 2075206. OLE color: 2075206.

HSL color Cylindrical-coordinate representation of color #46AA1F: hue angle of 103.17º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46AA1F is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB7017031-
CMYK0.5900.820.33
HSL103.17º69.15%39.41%-
HSV(B)103.17º81.76%66.67%-
XYZ17.1530.156.21-
YUV124.2575.3789.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.83%
GREEN value IS 170 (66.80% from 255) = 62.73%
BLUE value IS 31 (12.5% from 255) = 11.44%
R=25.83%
G=62.73%
B=11.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70170310.5900.820.33103.1769.1539.41
Hex46AA1F3B05221674527
Octal106252377301224114710547
Binary100011010101010111111110110101001010000111001111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,170,31); }

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

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

 a { background-color: rgb(70,170,31); }

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

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

 span { border-color: rgb(70,170,31); }

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