#46C612

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

Shades of Kelly Green #46C612

Tints of Kelly Green #46C612

Color information

#46C612 (or 0x46C612) is unknown color: approx Kelly Green. HEX triplet: 46, C6 and 12. RGB value is (70,198,18). Sum of RGB (Red+Green+Blue) = 70+198+18=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 198 (77.73% from 255 or 69.23% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 198 - color contains mainly: green. Hex color #46C612 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46C612 is #B939ED. Grayscale: #8B8B8B. Windows color (decimal): -12138990 or 1230406. OLE color: 1230406.

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

Color convert

RGB7019818-
CMYK0.6500.910.22
HSL102.67º83.33%42.35%-
HSV(B)102.67º90.91%77.65%-
XYZ22.8341.737.42-
YUV139.2159.5978.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.48%
GREEN value IS 198 (77.73% from 255) = 69.23%
BLUE value IS 18 (7.42% from 255) = 6.29%
R=24.48%
G=69.23%
B=6.29%

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
Decimal70198180.6500.910.22102.6783.3342.35
Hex46C6124105B1667532a
Octal1063062210101332614712352
Binary100011011000110100101000001010110111011011001111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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