#A7CA88

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

Shades of Feijoa #A7CA88

Tints of Feijoa #A7CA88

Color information

#A7CA88 (or 0xA7CA88) is unknown color: approx Feijoa. HEX triplet: A7, CA and 88. RGB value is (167,202,136). Sum of RGB (Red+Green+Blue) = 167+202+136=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CA88 is #583577. Grayscale: #B8B8B8. Windows color (decimal): -5780856 or 8964775. OLE color: 8964775.

HSL color Cylindrical-coordinate representation of color #A7CA88: hue angle of 91.82º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7CA88 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB167202136-
CMYK0.1700.330.21
HSL91.82º38.37%66.27%-
HSV(B)91.82º32.67%79.22%-
XYZ41.552.2331.19-
YUV184.01100.9115.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.07%
GREEN value IS 202 (79.30% from 255) = 40%
BLUE value IS 136 (53.52% from 255) = 26.93%
R=33.07%
G=40%
B=26.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1672021360.1700.330.2191.8238.3766.27
HexA7CA8811021155c2642
Octal247312210210412513446102
Binary1010011111001010100010001000101000011010110111001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CA88; }

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

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

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

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

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

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

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

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