#A8F180

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

Shades of Feijoa #A8F180

Tints of Feijoa #A8F180

Color information

#A8F180 (or 0xA8F180) is unknown color: approx Feijoa. HEX triplet: A8, F1 and 80. RGB value is (168,241,128). Sum of RGB (Red+Green+Blue) = 168+241+128=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F180 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F180 is #570E7F. Grayscale: #CECECE. Windows color (decimal): -5705344 or 8450472. OLE color: 8450472.

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

Color convert

RGB168241128-
CMYK0.3000.470.05
HSL98.76º80.14%72.35%-
HSV(B)98.76º46.89%94.51%-
XYZ51.572.7931.76-
YUV206.2983.82100.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.28%
GREEN value IS 241 (94.53% from 255) = 44.88%
BLUE value IS 128 (50.39% from 255) = 23.84%
R=31.28%
G=44.88%
B=23.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682411280.3000.470.0598.7680.1472.35
HexA8F1801E02F5635048
Octal250361200360575143120110
Binary101010001111000110000000111100101111101110001110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F180; }

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

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

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

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

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

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

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

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