#ABCF97

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

Shades of Feijoa #ABCF97

Tints of Feijoa #ABCF97

Color information

#ABCF97 (or 0xABCF97) is unknown color: approx Feijoa. HEX triplet: AB, CF and 97. RGB value is (171,207,151). Sum of RGB (Red+Green+Blue) = 171+207+151=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCF97 is #543068. Grayscale: #BEBEBE. Windows color (decimal): -5517417 or 9949099. OLE color: 9949099.

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

Color convert

RGB171207151-
CMYK0.1700.270.19
HSL98.57º36.84%70.2%-
HSV(B)98.57º27.05%81.18%-
XYZ44.6955.5237.64-
YUV189.85106.07114.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.33%
GREEN value IS 207 (81.25% from 255) = 39.13%
BLUE value IS 151 (59.38% from 255) = 28.54%
R=32.33%
G=39.13%
B=28.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1712071510.1700.270.1998.5736.8470.2
HexABCF971101B13632546
Octal253317227210332314345106
Binary101010111100111110010111100010110111001111000111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCF97; }

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

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

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

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

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

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

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

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