#A7CD88

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

Shades of Feijoa #A7CD88

Tints of Feijoa #A7CD88

Color information

#A7CD88 (or 0xA7CD88) is unknown color: approx Feijoa. HEX triplet: A7, CD and 88. RGB value is (167,205,136). Sum of RGB (Red+Green+Blue) = 167+205+136=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CD88 is #583277. Grayscale: #BABABA. Windows color (decimal): -5780088 or 8965543. OLE color: 8965543.

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

Color convert

RGB167205136-
CMYK0.1900.340.20
HSL93.04º40.83%66.86%-
HSV(B)93.04º33.66%80.39%-
XYZ42.2153.6631.42-
YUV185.7799.91114.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.87%
GREEN value IS 205 (80.47% from 255) = 40.35%
BLUE value IS 136 (53.52% from 255) = 26.77%
R=32.87%
G=40.35%
B=26.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672051360.1900.340.2093.0440.8366.86
HexA7CD8813022145d2943
Octal247315210230422413551103
Binary1010011111001101100010001001101000101010010111011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CD88; }

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

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

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

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

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

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

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

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