#46C712

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

Shades of Kelly Green #46C712

Tints of Kelly Green #46C712

Color information

#46C712 (or 0x46C712) is unknown color: approx Kelly Green. HEX triplet: 46, C7 and 12. RGB value is (70,199,18). Sum of RGB (Red+Green+Blue) = 70+199+18=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 199 (78.12% from 255 or 69.34% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 199 - color contains mainly: green. Hex color #46C712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46C712 is #B938ED. Grayscale: #8C8C8C. Windows color (decimal): -12138734 or 1230662. OLE color: 1230662.

HSL color Cylindrical-coordinate representation of color #46C712: hue angle of 102.76º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46C712 is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB7019918-
CMYK0.6500.910.22
HSL102.76º83.41%42.55%-
HSV(B)102.76º90.95%78.04%-
XYZ23.0642.197.5-
YUV139.7959.2678.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 199 (78.12% from 255) = 69.34%
BLUE value IS 18 (7.42% from 255) = 6.27%
R=24.39%
G=69.34%
B=6.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal70199180.6500.910.22102.7683.4142.55
Hex46C7124105B1667532b
Octal1063072210101332614712353
Binary100011011000111100101000001010110111011011001111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,199,18); }

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

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

 a { background-color: rgb(70,199,18); }

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

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

 span { border-color: rgb(70,199,18); }

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