#A7CD8A

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

Shades of Feijoa #A7CD8A

Tints of Feijoa #A7CD8A

Color information

#A7CD8A (or 0xA7CD8A) is unknown color: approx Feijoa. HEX triplet: A7, CD and 8A. RGB value is (167,205,138). Sum of RGB (Red+Green+Blue) = 167+205+138=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CD8A is #583275. Grayscale: #BABABA. Windows color (decimal): -5780086 or 9096615. OLE color: 9096615.

HSL color Cylindrical-coordinate representation of color #A7CD8A: hue angle of 94.03º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7CD8A is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB167205138-
CMYK0.1900.330.20
HSL94.03º40.12%67.25%-
HSV(B)94.03º32.68%80.39%-
XYZ42.3653.7132.18-
YUV186100.91114.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.75%
GREEN value IS 205 (80.47% from 255) = 40.20%
BLUE value IS 138 (54.30% from 255) = 27.06%
R=32.75%
G=40.20%
B=27.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672051380.1900.330.2094.0340.1267.25
HexA7CD8A13021145e2843
Octal247315212230412413650103
Binary1010011111001101100010101001101000011010010111101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CD8A; }

 p { color: rgb(167,205,138); }

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

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

 a { background-color: rgb(167,205,138); }

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

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

 span { border-color: rgb(167,205,138); }

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