#ABF088

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

Shades of Feijoa #ABF088

Tints of Feijoa #ABF088

Color information

#ABF088 (or 0xABF088) is unknown color: approx Feijoa. HEX triplet: AB, F0 and 88. RGB value is (171,240,136). Sum of RGB (Red+Green+Blue) = 171+240+136=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 136 (53.52% from 255 or 24.86% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF088 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF088 is #540F77. Grayscale: #CFCFCF. Windows color (decimal): -5508984 or 8974507. OLE color: 8974507.

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

Color convert

RGB171240136-
CMYK0.2900.430.06
HSL99.81º77.61%73.73%-
HSV(B)99.81º43.33%94.12%-
XYZ52.472.7634.57-
YUV207.5187.64101.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 240 (94.14% from 255) = 43.88%
BLUE value IS 136 (53.52% from 255) = 24.86%
R=31.26%
G=43.88%
B=24.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712401360.2900.430.0699.8177.6173.73
HexABF0881D02B6644e4a
Octal253360210350536144116112
Binary101010111111000010001000111010101011110110010010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF088; }

 p { color: rgb(171,240,136); }

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

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

 a { background-color: rgb(171,240,136); }

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

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

 span { border-color: rgb(171,240,136); }

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