#ABF289

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

Shades of Feijoa #ABF289

Tints of Feijoa #ABF289

Color information

#ABF289 (or 0xABF289) is unknown color: approx Feijoa. HEX triplet: AB, F2 and 89. RGB value is (171,242,137). Sum of RGB (Red+Green+Blue) = 171+242+137=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 137 (53.91% from 255 or 24.91% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF289 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF289 is #540D76. Grayscale: #D1D1D1. Windows color (decimal): -5508471 or 9040555. OLE color: 9040555.

HSL color Cylindrical-coordinate representation of color #ABF289: hue angle of 100.57º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABF289 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB171242137-
CMYK0.2900.430.05
HSL100.57º80.15%74.31%-
HSV(B)100.57º43.39%94.9%-
XYZ53.0673.9735.15-
YUV208.887.48101.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.09%
GREEN value IS 242 (94.92% from 255) = 44%
BLUE value IS 137 (53.91% from 255) = 24.91%
R=31.09%
G=44%
B=24.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712421370.2900.430.05100.5780.1574.31
HexABF2891D02B565504a
Octal253362211350535145120112
Binary101010111111001010001001111010101011101110010110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF289; }

 p { color: rgb(171,242,137); }

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

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

 a { background-color: rgb(171,242,137); }

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

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

 span { border-color: rgb(171,242,137); }

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