#A8F983

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

Shades of Feijoa #A8F983

Tints of Feijoa #A8F983

Color information

#A8F983 (or 0xA8F983) is unknown color: approx Feijoa. HEX triplet: A8, F9 and 83. RGB value is (168,249,131). Sum of RGB (Red+Green+Blue) = 168+249+131=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 131 (51.56% from 255 or 23.91% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F983 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F983 is #57067C. Grayscale: #D3D3D3. Windows color (decimal): -5703293 or 8649128. OLE color: 8649128.

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

Color convert

RGB168249131-
CMYK0.3300.470.02
HSL101.19º90.77%74.51%-
HSV(B)101.19º47.39%97.65%-
XYZ54.1277.7133.62-
YUV211.3382.6697.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.66%
GREEN value IS 249 (97.66% from 255) = 45.44%
BLUE value IS 131 (51.56% from 255) = 23.91%
R=30.66%
G=45.44%
B=23.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682491310.3300.470.02101.1990.7774.51
HexA8F9832102F2655b4b
Octal250371203410572145133113
Binary101010001111100110000011100001010111110110010110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F983; }

 p { color: rgb(168,249,131); }

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

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

 a { background-color: rgb(168,249,131); }

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

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

 span { border-color: rgb(168,249,131); }

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