#AACF95

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

Shades of Feijoa #AACF95

Tints of Feijoa #AACF95

Color information

#AACF95 (or 0xAACF95) is unknown color: approx Feijoa. HEX triplet: AA, CF and 95. RGB value is (170,207,149). Sum of RGB (Red+Green+Blue) = 170+207+149=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACF95 is #55306A. Grayscale: #BDBDBD. Windows color (decimal): -5582955 or 9818026. OLE color: 9818026.

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

Color convert

RGB170207149-
CMYK0.1800.280.19
HSL98.28º37.66%69.8%-
HSV(B)98.28º28.02%81.18%-
XYZ44.3255.3436.78-
YUV189.32105.24114.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 207 (81.25% from 255) = 39.35%
BLUE value IS 149 (58.59% from 255) = 28.33%
R=32.32%
G=39.35%
B=28.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702071490.1800.280.1998.2837.6669.8
HexAACF951201C13622646
Octal252317225220342314246106
Binary101010101100111110010101100100111001001111000101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACF95; }

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

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

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

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

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

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

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

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