#A8F376

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

Shades of Feijoa #A8F376

Tints of Feijoa #A8F376

Color information

#A8F376 (or 0xA8F376) is unknown color: approx Feijoa. HEX triplet: A8, F3 and 76. RGB value is (168,243,118). Sum of RGB (Red+Green+Blue) = 168+243+118=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F376 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F376 is #570C89. Grayscale: #CECECE. Windows color (decimal): -5704842 or 7795624. OLE color: 7795624.

HSL color Cylindrical-coordinate representation of color #A8F376: hue angle of 96º degrees, saturation: 0.84, 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 #A8F376 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB168243118-
CMYK0.3100.510.05
HSL96º83.89%70.78%-
HSV(B)96º51.44%95.29%-
XYZ51.4773.7328.66-
YUV206.3278.15100.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.76%
GREEN value IS 243 (95.31% from 255) = 45.94%
BLUE value IS 118 (46.48% from 255) = 22.31%
R=31.76%
G=45.94%
B=22.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682431180.3100.510.059683.8970.78
HexA8F3761F0335605447
Octal250363166370635140124107
Binary10101000111100111110110111110110011101110000010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F376; }

 p { color: rgb(168,243,118); }

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

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

 a { background-color: rgb(168,243,118); }

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

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

 span { border-color: rgb(168,243,118); }

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