#46B814

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

Shades of Kelly Green #46B814

Tints of Kelly Green #46B814

Color information

#46B814 (or 0x46B814) is unknown color: approx Kelly Green. HEX triplet: 46, B8 and 14. RGB value is (70,184,20). Sum of RGB (Red+Green+Blue) = 70+184+20=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 184 (72.27% from 255 or 67.15% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 184 - color contains mainly: green. Hex color #46B814 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46B814 is #B947EB. Grayscale: #838383. Windows color (decimal): -12142572 or 1357894. OLE color: 1357894.

HSL color Cylindrical-coordinate representation of color #46B814: hue angle of 101.71º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46B814 is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB7018420-
CMYK0.6200.890.28
HSL101.71º80.39%40%-
HSV(B)101.71º89.13%72.16%-
XYZ19.7935.636.5-
YUV131.2265.2384.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.55%
GREEN value IS 184 (72.27% from 255) = 67.15%
BLUE value IS 20 (8.20% from 255) = 7.30%
R=25.55%
G=67.15%
B=7.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal70184200.6200.890.28101.7180.3940
Hex46B8143E0591C665028
Octal106270247601313414612050
Binary10001101011100010100111110010110011110011001101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,184,20); }

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

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

 a { background-color: rgb(70,184,20); }

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

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

 span { border-color: rgb(70,184,20); }

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