#ABCF8F

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

Shades of Feijoa #ABCF8F

Tints of Feijoa #ABCF8F

Color information

#ABCF8F (or 0xABCF8F) is unknown color: approx Feijoa. HEX triplet: AB, CF and 8F. RGB value is (171,207,143). Sum of RGB (Red+Green+Blue) = 171+207+143=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCF8F is #543070. Grayscale: #BDBDBD. Windows color (decimal): -5517425 or 9424811. OLE color: 9424811.

HSL color Cylindrical-coordinate representation of color #ABCF8F: hue angle of 93.75º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABCF8F is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB171207143-
CMYK0.1700.310.19
HSL93.75º40%68.63%-
HSV(B)93.75º30.92%81.18%-
XYZ44.0755.2734.33-
YUV188.94102.07115.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 207 (81.25% from 255) = 39.73%
BLUE value IS 143 (56.25% from 255) = 27.45%
R=32.82%
G=39.73%
B=27.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1712071430.1700.310.1993.754068.63
HexABCF8F1101F135e2845
Octal253317217210372313650105
Binary101010111100111110001111100010111111001110111101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCF8F; }

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

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

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

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

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

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

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

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