#46C016

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

Shades of Kelly Green #46C016

Tints of Kelly Green #46C016

Color information

#46C016 (or 0x46C016) is unknown color: approx Kelly Green. HEX triplet: 46, C0 and 16. RGB value is (70,192,22). Sum of RGB (Red+Green+Blue) = 70+192+22=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 192 (75.39% from 255 or 67.61% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 192 - color contains mainly: green. Hex color #46C016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46C016 is #B93FE9. Grayscale: #888888. Windows color (decimal): -12140522 or 1491014. OLE color: 1491014.

HSL color Cylindrical-coordinate representation of color #46C016: hue angle of 103.06º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46C016 is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB7019222-
CMYK0.6400.890.25
HSL103.06º79.44%41.96%-
HSV(B)103.06º88.54%75.29%-
XYZ21.5239.067.16-
YUV136.1463.5880.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 192 (75.39% from 255) = 67.61%
BLUE value IS 22 (8.98% from 255) = 7.75%
R=24.65%
G=67.61%
B=7.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70192220.6400.890.25103.0679.4441.96
Hex46C0164005919674f2a
Octal1063002610001313114711752
Binary100011011000000101101000000010110011100111001111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,192,22); }

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

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

 a { background-color: rgb(70,192,22); }

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

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

 span { border-color: rgb(70,192,22); }

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