#AACF98

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

Shades of Feijoa #AACF98

Tints of Feijoa #AACF98

Color information

#AACF98 (or 0xAACF98) is unknown color: approx Feijoa. HEX triplet: AA, CF and 98. RGB value is (170,207,152). Sum of RGB (Red+Green+Blue) = 170+207+152=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACF98 is #553067. Grayscale: #BDBDBD. Windows color (decimal): -5582952 or 10014634. OLE color: 10014634.

HSL color Cylindrical-coordinate representation of color #AACF98: hue angle of 100.36º degrees, saturation: 0.36, 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 #AACF98 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB170207152-
CMYK0.1800.270.19
HSL100.36º36.42%70.39%-
HSV(B)100.36º26.57%81.18%-
XYZ44.5655.4438.06-
YUV189.67106.74113.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.14%
GREEN value IS 207 (81.25% from 255) = 39.13%
BLUE value IS 152 (59.77% from 255) = 28.73%
R=32.14%
G=39.13%
B=28.73%

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
Decimal1702071520.1800.270.19100.3636.4270.39
HexAACF981201B13642446
Octal252317230220332314444106
Binary101010101100111110011000100100110111001111001001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACF98; }

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

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

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

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

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

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

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

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