#A7CB8E

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

Shades of Feijoa #A7CB8E

Tints of Feijoa #A7CB8E

Color information

#A7CB8E (or 0xA7CB8E) is unknown color: approx Feijoa. HEX triplet: A7, CB and 8E. RGB value is (167,203,142). Sum of RGB (Red+Green+Blue) = 167+203+142=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #A7CB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CB8E is #583471. Grayscale: #B9B9B9. Windows color (decimal): -5780594 or 9358247. OLE color: 9358247.

HSL color Cylindrical-coordinate representation of color #A7CB8E: hue angle of 95.41º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7CB8E is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB167203142-
CMYK0.1800.300.20
HSL95.41º36.97%67.65%-
HSV(B)95.41º30.05%79.61%-
XYZ42.1752.8833.58-
YUV185.28103.57114.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 203 (79.69% from 255) = 39.65%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=32.62%
G=39.65%
B=27.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672031420.1800.300.2095.4136.9767.65
HexA7CB8E1201E145f2544
Octal247313216220362413745104
Binary101001111100101110001110100100111101010010111111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CB8E; }

 p { color: rgb(167,203,142); }

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

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

 a { background-color: rgb(167,203,142); }

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

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

 span { border-color: rgb(167,203,142); }

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