#46AC0C

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

Shades of Kelly Green #46AC0C

Tints of Kelly Green #46AC0C

Color information

#46AC0C (or 0x46AC0C) is unknown color: approx Kelly Green. HEX triplet: 46, AC and 0C. RGB value is (70,172,12). Sum of RGB (Red+Green+Blue) = 70+172+12=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 172 (67.58% from 255 or 67.72% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 172 - color contains mainly: green. Hex color #46AC0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46AC0C is #B953F3. Grayscale: #7B7B7B. Windows color (decimal): -12145652 or 830534. OLE color: 830534.

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

Color convert

RGB7017212-
CMYK0.5900.930.33
HSL98.25º86.96%36.08%-
HSV(B)98.25º93.02%67.45%-
XYZ17.3430.835.39-
YUV123.2665.2190.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.56%
GREEN value IS 172 (67.58% from 255) = 67.72%
BLUE value IS 12 (5.08% from 255) = 4.72%
R=27.56%
G=67.72%
B=4.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70172120.5900.930.3398.2586.9636.08
Hex46ACC3B05D21625724
Octal106254147301354114212744
Binary10001101010110011001110110101110110000111000101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AC0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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