#A8FB7C

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

Shades of Feijoa #A8FB7C

Tints of Feijoa #A8FB7C

Color information

#A8FB7C (or 0xA8FB7C) is unknown color: approx Feijoa. HEX triplet: A8, FB and 7C. RGB value is (168,251,124). Sum of RGB (Red+Green+Blue) = 168+251+124=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FB7C is #570483. Grayscale: #D4D4D4. Windows color (decimal): -5702788 or 8190888. OLE color: 8190888.

HSL color Cylindrical-coordinate representation of color #A8FB7C: hue angle of 99.21º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8FB7C is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB168251124-
CMYK0.3300.510.02
HSL99.21º94.07%73.53%-
HSV(B)99.21º50.6%98.43%-
XYZ54.2878.7731.41-
YUV211.778.596.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.94%
GREEN value IS 251 (98.44% from 255) = 46.22%
BLUE value IS 124 (48.83% from 255) = 22.84%
R=30.94%
G=46.22%
B=22.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682511240.3300.510.0299.2194.0773.53
HexA8FB7C210332635e4a
Octal250373174410632143136112
Binary10101000111110111111100100001011001110110001110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FB7C; }

 p { color: rgb(168,251,124); }

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

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

 a { background-color: rgb(168,251,124); }

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

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

 span { border-color: rgb(168,251,124); }

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