#A8F177

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

Shades of Feijoa #A8F177

Tints of Feijoa #A8F177

Color information

#A8F177 (or 0xA8F177) is unknown color: approx Feijoa. HEX triplet: A8, F1 and 77. RGB value is (168,241,119). Sum of RGB (Red+Green+Blue) = 168+241+119=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F177 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F177 is #570E88. Grayscale: #CDCDCD. Windows color (decimal): -5705353 or 7860648. OLE color: 7860648.

HSL color Cylindrical-coordinate representation of color #A8F177: hue angle of 95.9º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8F177 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB168241119-
CMYK0.3000.510.05
HSL95.9º81.33%70.59%-
HSV(B)95.9º50.62%94.51%-
XYZ50.9372.5728.78-
YUV205.2679.32101.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 241 (94.53% from 255) = 45.64%
BLUE value IS 119 (46.88% from 255) = 22.54%
R=31.82%
G=45.64%
B=22.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682411190.3000.510.0595.981.3370.59
HexA8F1771E0335605147
Octal250361167360635140121107
Binary10101000111100011110111111100110011101110000010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F177; }

 p { color: rgb(168,241,119); }

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

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

 a { background-color: rgb(168,241,119); }

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

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

 span { border-color: rgb(168,241,119); }

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