#A2F769

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

Shades of Feijoa #A2F769

Tints of Feijoa #A2F769

Color information

#A2F769 (or 0xA2F769) is unknown color: approx Feijoa. HEX triplet: A2, F7 and 69. RGB value is (162,247,105). Sum of RGB (Red+Green+Blue) = 162+247+105=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 105 (41.41% from 255 or 20.43% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F769 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F769 is #5D0896. Grayscale: #CDCDCD. Windows color (decimal): -6097047 or 6944674. OLE color: 6944674.

HSL color Cylindrical-coordinate representation of color #A2F769: hue angle of 95.92º 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 #A2F769 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB162247105-
CMYK0.3400.570.03
HSL95.92º89.87%69.02%-
HSV(B)95.92º57.49%96.86%-
XYZ50.7175.2225.21-
YUV205.471.3497.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.52%
GREEN value IS 247 (96.88% from 255) = 48.05%
BLUE value IS 105 (41.41% from 255) = 20.43%
R=31.52%
G=48.05%
B=20.43%

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
Decimal1622471050.3400.570.0395.9289.8769.02
HexA2F769220393605a45
Octal242367151420713140132105
Binary10100010111101111101001100010011100111110000010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F769; }

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

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

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

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

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

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

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

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