#A8F672

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

Shades of Feijoa #A8F672

Tints of Feijoa #A8F672

Color information

#A8F672 (or 0xA8F672) is unknown color: approx Feijoa. HEX triplet: A8, F6 and 72. RGB value is (168,246,114). Sum of RGB (Red+Green+Blue) = 168+246+114=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F672 is #57098D. Grayscale: #D0D0D0. Windows color (decimal): -5704078 or 7534248. OLE color: 7534248.

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

Color convert

RGB168246114-
CMYK0.3200.540.04
HSL95.45º88%70.59%-
HSV(B)95.45º53.66%96.47%-
XYZ52.1475.4527.73-
YUV207.6375.1699.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 246 (96.48% from 255) = 46.59%
BLUE value IS 114 (44.92% from 255) = 21.59%
R=31.82%
G=46.59%
B=21.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1682461140.3200.540.0495.458870.59
HexA8F6722003645f5847
Octal250366162400664137130107
Binary101010001111011011100101000000110110100101111110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F672; }

 p { color: rgb(168,246,114); }

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

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

 a { background-color: rgb(168,246,114); }

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

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

 span { border-color: rgb(168,246,114); }

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