#ABCF8A

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

Shades of Feijoa #ABCF8A

Tints of Feijoa #ABCF8A

Color information

#ABCF8A (or 0xABCF8A) is unknown color: approx Feijoa. HEX triplet: AB, CF and 8A. RGB value is (171,207,138). Sum of RGB (Red+Green+Blue) = 171+207+138=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCF8A is #543075. Grayscale: #BCBCBC. Windows color (decimal): -5517430 or 9097131. OLE color: 9097131.

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

Color convert

RGB171207138-
CMYK0.1700.330.19
HSL91.3º41.82%67.65%-
HSV(B)91.3º33.33%81.18%-
XYZ43.6955.1232.38-
YUV188.3799.57115.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 207 (81.25% from 255) = 40.12%
BLUE value IS 138 (54.30% from 255) = 26.74%
R=33.14%
G=40.12%
B=26.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1712071380.1700.330.1991.341.8267.65
HexABCF8A11021135b2a44
Octal253317212210412313352104
Binary1010101111001111100010101000101000011001110110111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCF8A; }

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

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

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

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

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

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

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

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