#A8D075

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

Shades of Feijoa #A8D075

Tints of Feijoa #A8D075

Color information

#A8D075 (or 0xA8D075) is unknown color: approx Feijoa. HEX triplet: A8, D0 and 75. RGB value is (168,208,117). Sum of RGB (Red+Green+Blue) = 168+208+117=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D075 is #572F8A. Grayscale: #B9B9B9. Windows color (decimal): -5713803 or 7721128. OLE color: 7721128.

HSL color Cylindrical-coordinate representation of color #A8D075: hue angle of 86.37º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8D075 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB168208117-
CMYK0.1900.440.18
HSL86.37º49.19%63.73%-
HSV(B)86.37º43.75%81.57%-
XYZ41.9254.7225.18-
YUV185.6789.25115.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.08%
GREEN value IS 208 (81.64% from 255) = 42.19%
BLUE value IS 117 (46.09% from 255) = 23.73%
R=34.08%
G=42.19%
B=23.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1682081170.1900.440.1886.3749.1963.73
HexA8D0751302C12563140
Octal250320165230542212661100
Binary101010001101000011101011001101011001001010101101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D075; }

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

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

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

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

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

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

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

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