#A2F668

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

Shades of Feijoa #A2F668

Tints of Feijoa #A2F668

Color information

#A2F668 (or 0xA2F668) is unknown color: approx Feijoa. HEX triplet: A2, F6 and 68. RGB value is (162,246,104). Sum of RGB (Red+Green+Blue) = 162+246+104=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F668 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F668 is #5D0997. Grayscale: #CDCDCD. Windows color (decimal): -6097304 or 6878882. OLE color: 6878882.

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

Color convert

RGB162246104-
CMYK0.3400.580.04
HSL95.49º88.75%68.63%-
HSV(B)95.49º57.72%96.47%-
XYZ50.3574.5924.84-
YUV204.771.1797.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.64%
GREEN value IS 246 (96.48% from 255) = 48.05%
BLUE value IS 104 (41.02% from 255) = 20.31%
R=31.64%
G=48.05%
B=20.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1622461040.3400.580.0495.4988.7568.63
HexA2F6682203A45f5945
Octal242366150420724137131105
Binary101000101111011011010001000100111010100101111110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F668; }

 p { color: rgb(162,246,104); }

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

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

 a { background-color: rgb(162,246,104); }

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

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

 span { border-color: rgb(162,246,104); }

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