#a8f77a

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

Shades of Feijoa #A8F77A

Tints of Feijoa #A8F77A

Color information

#A8F77A (or 0xA8F77A) is unknown color: approx Feijoa. HEX triplet: A8, F7 and 7A. RGB value is (168,247,122). Sum of RGB (Red+Green+Blue) = 168+247+122=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 247 (96.88% from 255 or 46.00% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F77A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F77A is #570885. Grayscale: #D1D1D1. Windows color (decimal): -5703814 or 8058792. OLE color: 8058792.

HSL color Cylindrical-coordinate representation of color #A8F77A: hue angle of 97.92º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8F77A is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB168247122-
CMYK0.3200.510.03
HSL97.92º88.65%72.35%-
HSV(B)97.92º50.61%96.86%-
XYZ52.9276.2530.34-
YUV209.1378.8398.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.28%
GREEN value IS 247 (96.88% from 255) = 46.00%
BLUE value IS 122 (48.05% from 255) = 22.72%
R=31.28%
G=46.00%
B=22.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1682471220.3200.510.0397.9288.6572.35
HexA8F77A200333625948
Octal250367172400633142131110
Binary10101000111101111111010100000011001111110001010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8f77a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8f77a; }

 p { color: rgb(168,247,122); }

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

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

 a { background-color: rgb(168,247,122); }

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

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

 span { border-color: rgb(168,247,122); }

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