#A8F972

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

Shades of Feijoa #A8F972

Tints of Feijoa #A8F972

Color information

#A8F972 (or 0xA8F972) is unknown color: approx Feijoa. HEX triplet: A8, F9 and 72. RGB value is (168,249,114). Sum of RGB (Red+Green+Blue) = 168+249+114=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F972 is #57068D. Grayscale: #D1D1D1. Windows color (decimal): -5703310 or 7535016. OLE color: 7535016.

HSL color Cylindrical-coordinate representation of color #A8F972: hue angle of 96º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8F972 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB168249114-
CMYK0.3300.540.02
HSL96º91.84%71.18%-
HSV(B)96º54.22%97.65%-
XYZ53.0677.2928.04-
YUV209.3974.1698.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.64%
GREEN value IS 249 (97.66% from 255) = 46.89%
BLUE value IS 114 (44.92% from 255) = 21.47%
R=31.64%
G=46.89%
B=21.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682491140.3300.540.029691.8471.18
HexA8F972210362605c47
Octal250371162410662140134107
Binary10101000111110011110010100001011011010110000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F972; }

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

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

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

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

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

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

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

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