#AACF97

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

Shades of Feijoa #AACF97

Tints of Feijoa #AACF97

Color information

#AACF97 (or 0xAACF97) is unknown color: approx Feijoa. HEX triplet: AA, CF and 97. RGB value is (170,207,151). Sum of RGB (Red+Green+Blue) = 170+207+151=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACF97 is #553068. Grayscale: #BDBDBD. Windows color (decimal): -5582953 or 9949098. OLE color: 9949098.

HSL color Cylindrical-coordinate representation of color #AACF97: hue angle of 99.64º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AACF97 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB170207151-
CMYK0.1800.270.19
HSL99.64º36.84%70.2%-
HSV(B)99.64º27.05%81.18%-
XYZ44.4855.4137.63-
YUV189.55106.24114.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 207 (81.25% from 255) = 39.20%
BLUE value IS 151 (59.38% from 255) = 28.60%
R=32.20%
G=39.20%
B=28.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702071510.1800.270.1999.6436.8470.2
HexAACF971201B13642546
Octal252317227220332314445106
Binary101010101100111110010111100100110111001111001001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACF97; }

 p { color: rgb(170,207,151); }

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

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

 a { background-color: rgb(170,207,151); }

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

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

 span { border-color: rgb(170,207,151); }

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