#A1F872

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

Shades of Feijoa #A1F872

Tints of Feijoa #A1F872

Color information

#A1F872 (or 0xA1F872) is unknown color: approx Feijoa. HEX triplet: A1, F8 and 72. RGB value is (161,248,114). Sum of RGB (Red+Green+Blue) = 161+248+114=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 114 (44.92% from 255 or 21.80% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F872 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F872 is #5E078D. Grayscale: #CFCFCF. Windows color (decimal): -6162318 or 7534753. OLE color: 7534753.

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

Color convert

RGB161248114-
CMYK0.3500.540.03
HSL98.96º90.54%70.98%-
HSV(B)98.96º54.03%97.25%-
XYZ51.375.9327.87-
YUV206.7175.6895.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.78%
GREEN value IS 248 (97.27% from 255) = 47.42%
BLUE value IS 114 (44.92% from 255) = 21.80%
R=30.78%
G=47.42%
B=21.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1612481140.3500.540.0398.9690.5470.98
HexA1F872230363635b47
Octal241370162430663143133107
Binary10100001111110001110010100011011011011110001110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F872; }

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

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

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

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

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

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

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

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