#abcf90

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

Shades of Feijoa #ABCF90

Tints of Feijoa #ABCF90

Color information

#ABCF90 (or 0xABCF90) is unknown color: approx Feijoa. HEX triplet: AB, CF and 90. RGB value is (171,207,144). Sum of RGB (Red+Green+Blue) = 171+207+144=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCF90 is #54306F. Grayscale: #BDBDBD. Windows color (decimal): -5517424 or 9490347. OLE color: 9490347.

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

Color convert

RGB171207144-
CMYK0.1700.300.19
HSL94.29º39.62%68.82%-
HSV(B)94.29º30.43%81.18%-
XYZ44.1455.334.73-
YUV189.05102.57115.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 207 (81.25% from 255) = 39.66%
BLUE value IS 144 (56.64% from 255) = 27.59%
R=32.76%
G=39.66%
B=27.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1712071440.1700.300.1994.2939.6268.82
HexABCF901101E135e2845
Octal253317220210362313650105
Binary101010111100111110010000100010111101001110111101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abcf90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abcf90; }

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

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

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

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

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

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

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

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