#A4F16C

Color #A4F16C Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #A4F16C

Tints of Feijoa #A4F16C

Color information

#A4F16C (or 0xA4F16C) is unknown color: approx Feijoa. HEX triplet: A4, F1 and 6C. RGB value is (164,241,108). Sum of RGB (Red+Green+Blue) = 164+241+108=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F16C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F16C is #5B0E93. Grayscale: #CBCBCB. Windows color (decimal): -5967508 or 7139748. OLE color: 7139748.

HSL color Cylindrical-coordinate representation of color #A4F16C: hue angle of 94.74º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4F16C is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB164241108-
CMYK0.3200.550.05
HSL94.74º82.61%68.43%-
HSV(B)94.74º55.19%94.51%-
XYZ49.4771.8925.46-
YUV202.8274.49100.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.97%
GREEN value IS 241 (94.53% from 255) = 46.98%
BLUE value IS 108 (42.58% from 255) = 21.05%
R=31.97%
G=46.98%
B=21.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642411080.3200.550.0594.7482.6168.43
HexA4F16C2003755f5344
Octal244361154400675137123104
Binary101001001111000111011001000000110111101101111110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F16C; }

 p { color: rgb(164,241,108); }

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

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

 a { background-color: rgb(164,241,108); }

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

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

 span { border-color: rgb(164,241,108); }

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