#46AC05

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

Shades of Kelly Green #46AC05

Tints of Kelly Green #46AC05

Color information

#46AC05 (or 0x46AC05) is unknown color: approx Kelly Green. HEX triplet: 46, AC and 05. RGB value is (70,172,5). Sum of RGB (Red+Green+Blue) = 70+172+5=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 172 (67.58% from 255 or 69.64% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 172 - color contains mainly: green. Hex color #46AC05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46AC05 is #B953FA. Grayscale: #7B7B7B. Windows color (decimal): -12145659 or 371782. OLE color: 371782.

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

Color convert

RGB701725-
CMYK0.5900.970.33
HSL96.65º94.35%34.71%-
HSV(B)96.65º97.09%67.45%-
XYZ17.3130.825.18-
YUV122.4661.7190.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.34%
GREEN value IS 172 (67.58% from 255) = 69.64%
BLUE value IS 5 (2.34% from 255) = 2.02%
R=28.34%
G=69.64%
B=2.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7017250.5900.970.3396.6594.3534.71
Hex46AC53B06121615e23
Octal10625457301414114113643
Binary1000110101011001011110110110000110000111000011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,172,5); }

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

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

 a { background-color: rgb(70,172,5); }

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

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

 span { border-color: rgb(70,172,5); }

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