#A8D975

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

Shades of Feijoa #A8D975

Tints of Feijoa #A8D975

Color information

#A8D975 (or 0xA8D975) is unknown color: approx Feijoa. HEX triplet: A8, D9 and 75. RGB value is (168,217,117). Sum of RGB (Red+Green+Blue) = 168+217+117=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D975 is #57268A. Grayscale: #BFBFBF. Windows color (decimal): -5711499 or 7723432. OLE color: 7723432.

HSL color Cylindrical-coordinate representation of color #A8D975: hue angle of 89.4º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8D975 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB168217117-
CMYK0.2300.460.15
HSL89.4º56.82%65.49%-
HSV(B)89.4º46.08%85.1%-
XYZ44.1759.2325.93-
YUV190.9586.27111.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.47%
GREEN value IS 217 (85.16% from 255) = 43.23%
BLUE value IS 117 (46.09% from 255) = 23.31%
R=33.47%
G=43.23%
B=23.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682171170.2300.460.1589.456.8265.49
HexA8D9751702EF593941
Octal250331165270561713171101
Binary10101000110110011110101101110101110111110110011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D975; }

 p { color: rgb(168,217,117); }

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

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

 a { background-color: rgb(168,217,117); }

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

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

 span { border-color: rgb(168,217,117); }

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