#A7F872

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

Shades of Feijoa #A7F872

Tints of Feijoa #A7F872

Color information

#A7F872 (or 0xA7F872) is unknown color: approx Feijoa. HEX triplet: A7, F8 and 72. RGB value is (167,248,114). Sum of RGB (Red+Green+Blue) = 167+248+114=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #A7F872 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F872 is #58078D. Grayscale: #D0D0D0. Windows color (decimal): -5769102 or 7534759. OLE color: 7534759.

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

Color convert

RGB167248114-
CMYK0.3300.540.03
HSL96.27º90.54%70.98%-
HSV(B)96.27º54.03%97.25%-
XYZ52.5476.5727.93-
YUV208.574.6698.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.57%
GREEN value IS 248 (97.27% from 255) = 46.88%
BLUE value IS 114 (44.92% from 255) = 21.55%
R=31.57%
G=46.88%
B=21.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1672481140.3300.540.0396.2790.5470.98
HexA7F872210363605b47
Octal247370162410663140133107
Binary10100111111110001110010100001011011011110000010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F872; }

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

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

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

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

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

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

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

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