#a7cc7f

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

Shades of Feijoa #A7CC7F

Tints of Feijoa #A7CC7F

Color information

#A7CC7F (or 0xA7CC7F) is unknown color: approx Feijoa. HEX triplet: A7, CC and 7F. RGB value is (167,204,127). Sum of RGB (Red+Green+Blue) = 167+204+127=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #A7CC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CC7F is #583380. Grayscale: #B8B8B8. Windows color (decimal): -5780353 or 8375463. OLE color: 8375463.

HSL color Cylindrical-coordinate representation of color #A7CC7F: hue angle of 88.83º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7CC7F is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB167204127-
CMYK0.1800.380.2
HSL88.83º43.02%64.9%-
HSV(B)88.83º37.75%80%-
XYZ41.3652.9328.12-
YUV184.1695.74115.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.53%
GREEN value IS 204 (80.08% from 255) = 40.96%
BLUE value IS 127 (50% from 255) = 25.50%
R=33.53%
G=40.96%
B=25.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1672041270.1800.380.288.8343.0264.9
HexA7CC7F1202614592b41
Octal247314177220462413153101
Binary101001111100110011111111001001001101010010110011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7cc7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7cc7f; }

 p { color: rgb(167,204,127); }

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

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

 a { background-color: rgb(167,204,127); }

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

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

 span { border-color: rgb(167,204,127); }

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