#ABF286

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

Shades of Feijoa #ABF286

Tints of Feijoa #ABF286

Color information

#ABF286 (or 0xABF286) is unknown color: approx Feijoa. HEX triplet: AB, F2 and 86. RGB value is (171,242,134). Sum of RGB (Red+Green+Blue) = 171+242+134=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF286 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF286 is #540D79. Grayscale: #D0D0D0. Windows color (decimal): -5508474 or 8843947. OLE color: 8843947.

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

Color convert

RGB171242134-
CMYK0.2900.450.05
HSL99.44º80.6%73.73%-
HSV(B)99.44º44.63%94.9%-
XYZ52.8573.8834.03-
YUV208.4685.98101.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 242 (94.92% from 255) = 44.24%
BLUE value IS 134 (52.73% from 255) = 24.50%
R=31.26%
G=44.24%
B=24.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712421340.2900.450.0599.4480.673.73
HexABF2861D02D563514a
Octal253362206350555143121112
Binary101010111111001010000110111010101101101110001110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF286; }

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

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

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

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

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

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

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

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