#A8CC7F

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

Shades of Feijoa #A8CC7F

Tints of Feijoa #A8CC7F

Color information

#A8CC7F (or 0xA8CC7F) is unknown color: approx Feijoa. HEX triplet: A8, CC and 7F. RGB value is (168,204,127). Sum of RGB (Red+Green+Blue) = 168+204+127=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CC7F is #573380. Grayscale: #B8B8B8. Windows color (decimal): -5714817 or 8375464. OLE color: 8375464.

HSL color Cylindrical-coordinate representation of color #A8CC7F: hue angle of 88.05º 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 #A8CC7F is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB168204127-
CMYK0.1800.380.2
HSL88.05º43.02%64.9%-
HSV(B)88.05º37.75%80%-
XYZ41.5753.0428.13-
YUV184.4695.57116.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.67%
GREEN value IS 204 (80.08% from 255) = 40.88%
BLUE value IS 127 (50% from 255) = 25.45%
R=33.67%
G=40.88%
B=25.45%

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
Decimal1682041270.1800.380.288.0543.0264.9
HexA8CC7F1202614582b41
Octal250314177220462413053101
Binary101010001100110011111111001001001101010010110001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CC7F; }

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

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

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

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

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

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

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

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