#4AB14F

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

Shades of Fruit Salad #4AB14F

Tints of Fruit Salad #4AB14F

Color information

#4AB14F (or 0x4AB14F) is unknown color: approx Fruit Salad. HEX triplet: 4A, B1 and 4F. RGB value is (74,177,79). Sum of RGB (Red+Green+Blue) = 74+177+79=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 177 (69.53% from 255 or 53.64% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB14F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB14F is #B54EB0. Grayscale: #878787. Windows color (decimal): -11882161 or 5222730. OLE color: 5222730.

HSL color Cylindrical-coordinate representation of color #4AB14F: hue angle of 122.91º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB14F is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB7417779-
CMYK0.5800.550.31
HSL122.91º41.04%49.22%-
HSV(B)122.91º58.19%69.41%-
XYZ19.9633.4612.8-
YUV135.0396.3884.47-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.42%
GREEN value IS 177 (69.53% from 255) = 53.64%
BLUE value IS 79 (31.25% from 255) = 23.94%
R=22.42%
G=53.64%
B=23.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal74177790.5800.550.31122.9141.0449.22
Hex4AB14F3A0371F7b2931
Octal11226111772067371735161
Binary10010101011000110011111110100110111111111111011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AB14F; }

 p { color: rgb(74,177,79); }

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

<style>
 a { background-color: #4AB14F; }

 a { background-color: rgb(74,177,79); }

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

<style>
 span { border-color: #4AB14F; }

 span { border-color: rgb(74,177,79); }

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