#46BC08

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

Shades of Kelly Green #46BC08

Tints of Kelly Green #46BC08

Color information

#46BC08 (or 0x46BC08) is unknown color: approx Kelly Green. HEX triplet: 46, BC and 08. RGB value is (70,188,8). Sum of RGB (Red+Green+Blue) = 70+188+8=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 188 (73.83% from 255 or 70.68% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 188 - color contains mainly: green. Hex color #46BC08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46BC08 is #B943F7. Grayscale: #848484. Windows color (decimal): -12141560 or 572486. OLE color: 572486.

HSL color Cylindrical-coordinate representation of color #46BC08: hue angle of 99.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46BC08 is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB701888-
CMYK0.6300.960.26
HSL99.33º91.84%38.43%-
HSV(B)99.33º95.74%73.73%-
XYZ20.5537.296.34-
YUV132.257.9183.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.32%
GREEN value IS 188 (73.83% from 255) = 70.68%
BLUE value IS 8 (3.52% from 255) = 3.01%
R=26.32%
G=70.68%
B=3.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal7018880.6300.960.2699.3391.8438.43
Hex46BC83F0601A635c26
Octal106274107701403214313446
Binary1000110101111001000111111011000001101011000111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BC08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,188,8); }

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

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

 a { background-color: rgb(70,188,8); }

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

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

 span { border-color: rgb(70,188,8); }

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