#A8F872

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

Shades of Feijoa #A8F872

Tints of Feijoa #A8F872

Color information

#A8F872 (or 0xA8F872) is unknown color: approx Feijoa. HEX triplet: A8, F8 and 72. RGB value is (168,248,114). Sum of RGB (Red+Green+Blue) = 168+248+114=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F872 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F872 is #57078D. Grayscale: #D1D1D1. Windows color (decimal): -5703566 or 7534760. OLE color: 7534760.

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

Color convert

RGB168248114-
CMYK0.3200.540.03
HSL95.82º90.54%70.98%-
HSV(B)95.82º54.03%97.25%-
XYZ52.7576.6727.94-
YUV208.874.598.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.70%
GREEN value IS 248 (97.27% from 255) = 46.79%
BLUE value IS 114 (44.92% from 255) = 21.51%
R=31.70%
G=46.79%
B=21.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1682481140.3200.540.0395.8290.5470.98
HexA8F872200363605b47
Octal250370162400663140133107
Binary10101000111110001110010100000011011011110000010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F872; }

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

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

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

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

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

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

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

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