#ABCF95

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

Shades of Feijoa #ABCF95

Tints of Feijoa #ABCF95

Color information

#ABCF95 (or 0xABCF95) is unknown color: approx Feijoa. HEX triplet: AB, CF and 95. RGB value is (171,207,149). Sum of RGB (Red+Green+Blue) = 171+207+149=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCF95 is #54306A. Grayscale: #BDBDBD. Windows color (decimal): -5517419 or 9818027. OLE color: 9818027.

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

Color convert

RGB171207149-
CMYK0.1700.280.19
HSL97.24º37.66%69.8%-
HSV(B)97.24º28.02%81.18%-
XYZ44.5355.4536.79-
YUV189.62105.07114.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 207 (81.25% from 255) = 39.28%
BLUE value IS 149 (58.59% from 255) = 28.27%
R=32.45%
G=39.28%
B=28.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1712071490.1700.280.1997.2437.6669.8
HexABCF951101C13612646
Octal253317225210342314146106
Binary101010111100111110010101100010111001001111000011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCF95; }

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

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

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

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

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

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

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

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