#46AF2A

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

Shades of Kelly Green #46AF2A

Tints of Kelly Green #46AF2A

Color information

#46AF2A (or 0x46AF2A) is unknown color: approx Kelly Green. HEX triplet: 46, AF and 2A. RGB value is (70,175,42). Sum of RGB (Red+Green+Blue) = 70+175+42=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 175 (68.75% from 255 or 60.98% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 175 - color contains mainly: green. Hex color #46AF2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46AF2A is #B950D5. Grayscale: #808080. Windows color (decimal): -12144854 or 2797382. OLE color: 2797382.

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

Color convert

RGB7017542-
CMYK0.6000.760.31
HSL107.37º61.29%42.55%-
HSV(B)107.37º76%68.63%-
XYZ18.2732.137.43-
YUV128.4479.2186.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 175 (68.75% from 255) = 60.98%
BLUE value IS 42 (16.80% from 255) = 14.63%
R=24.39%
G=60.98%
B=14.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70175420.6000.760.31107.3761.2942.55
Hex46AF2A3C04C1F6b3d2b
Octal10625752740114371537553
Binary10001101010111110101011110001001100111111101011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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