#46AC4E

Color #46AC4E Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #46AC4E

Tints of Fruit Salad #46AC4E

Color information

#46AC4E (or 0x46AC4E) is unknown color: approx Fruit Salad. HEX triplet: 46, AC and 4E. RGB value is (70,172,78). Sum of RGB (Red+Green+Blue) = 70+172+78=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #46AC4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AC4E is #B953B1. Grayscale: #838383. Windows color (decimal): -12145586 or 5155910. OLE color: 5155910.

HSL color Cylindrical-coordinate representation of color #46AC4E: hue angle of 124.71º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46AC4E is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB7017278-
CMYK0.5900.550.33
HSL124.71º42.15%47.45%-
HSV(B)124.71º59.3%67.45%-
XYZ18.6531.3612.28-
YUV130.7998.2184.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.88%
GREEN value IS 172 (67.58% from 255) = 53.75%
BLUE value IS 78 (30.86% from 255) = 24.38%
R=21.88%
G=53.75%
B=24.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70172780.5900.550.33124.7142.1547.45
Hex46AC4E3B037217d2a2f
Octal10625411673067411755257
Binary100011010101100100111011101101101111000011111101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,172,78); }

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

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

 a { background-color: rgb(70,172,78); }

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

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

 span { border-color: rgb(70,172,78); }

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