#46B00F

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

Shades of Kelly Green #46B00F

Tints of Kelly Green #46B00F

Color information

#46B00F (or 0x46B00F) is unknown color: approx Kelly Green. HEX triplet: 46, B0 and 0F. RGB value is (70,176,15). Sum of RGB (Red+Green+Blue) = 70+176+15=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 176 (69.14% from 255 or 67.43% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 176 - color contains mainly: green. Hex color #46B00F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46B00F is #B94FF0. Grayscale: #7E7E7E. Windows color (decimal): -12144625 or 1028166. OLE color: 1028166.

HSL color Cylindrical-coordinate representation of color #46B00F: hue angle of 99.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46B00F is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB7017615-
CMYK0.6000.910.31
HSL99.5º84.29%37.45%-
HSV(B)99.5º91.48%69.02%-
XYZ18.1432.395.75-
YUV125.9565.3888.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.82%
GREEN value IS 176 (69.14% from 255) = 67.43%
BLUE value IS 15 (6.25% from 255) = 5.75%
R=26.82%
G=67.43%
B=5.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70176150.6000.910.3199.584.2937.45
Hex46B0F3C05B1F645425
Octal106260177401333714412445
Binary1000110101100001111111100010110111111111001001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,176,15); }

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

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

 a { background-color: rgb(70,176,15); }

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

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

 span { border-color: rgb(70,176,15); }

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