#A4F66C

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

Shades of Feijoa #A4F66C

Tints of Feijoa #A4F66C

Color information

#A4F66C (or 0xA4F66C) is unknown color: approx Feijoa. HEX triplet: A4, F6 and 6C. RGB value is (164,246,108). Sum of RGB (Red+Green+Blue) = 164+246+108=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 246 (96.48% from 255 or 47.49% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 246 - color contains mainly: green. Hex color #A4F66C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F66C is #5B0993. Grayscale: #CECECE. Windows color (decimal): -5966228 or 7141028. OLE color: 7141028.

HSL color Cylindrical-coordinate representation of color #A4F66C: hue angle of 95.65º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4F66C is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB164246108-
CMYK0.3300.560.04
HSL95.65º88.46%69.41%-
HSV(B)95.65º56.1%96.47%-
XYZ50.9774.8925.96-
YUV205.7572.8398.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.66%
GREEN value IS 246 (96.48% from 255) = 47.49%
BLUE value IS 108 (42.58% from 255) = 20.85%
R=31.66%
G=47.49%
B=20.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1642461080.3300.560.0495.6588.4669.41
HexA4F66C210384605845
Octal244366154410704140130105
Binary101001001111011011011001000010111000100110000010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F66C; }

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

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

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

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

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

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

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

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