#A4F769

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

Shades of Feijoa #A4F769

Tints of Feijoa #A4F769

Color information

#A4F769 (or 0xA4F769) is unknown color: approx Feijoa. HEX triplet: A4, F7 and 69. RGB value is (164,247,105). Sum of RGB (Red+Green+Blue) = 164+247+105=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 105 (41.41% from 255 or 20.35% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #A4F769 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F769 is #5B0896. Grayscale: #CECECE. Windows color (decimal): -5965975 or 6944676. OLE color: 6944676.

HSL color Cylindrical-coordinate representation of color #A4F769: hue angle of 95.07º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4F769 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB164247105-
CMYK0.3400.570.03
HSL95.07º89.87%69.02%-
HSV(B)95.07º57.49%96.86%-
XYZ51.1275.4325.23-
YUV2067198.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.78%
GREEN value IS 247 (96.88% from 255) = 47.87%
BLUE value IS 105 (41.41% from 255) = 20.35%
R=31.78%
G=47.87%
B=20.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1642471050.3400.570.0395.0789.8769.02
HexA4F7692203935f5a45
Octal244367151420713137132105
Binary10100100111101111101001100010011100111101111110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F769; }

 p { color: rgb(164,247,105); }

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

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

 a { background-color: rgb(164,247,105); }

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

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

 span { border-color: rgb(164,247,105); }

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