#ABF172

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

Shades of Feijoa #ABF172

Tints of Feijoa #ABF172

Color information

#ABF172 (or 0xABF172) is unknown color: approx Feijoa. HEX triplet: AB, F1 and 72. RGB value is (171,241,114). Sum of RGB (Red+Green+Blue) = 171+241+114=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF172 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF172 is #540E8D. Grayscale: #CECECE. Windows color (decimal): -5508750 or 7532971. OLE color: 7532971.

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

Color convert

RGB171241114-
CMYK0.2900.530.05
HSL93.07º81.94%69.61%-
HSV(B)93.07º52.7%94.51%-
XYZ51.2972.7827.27-
YUV205.5976.31103.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 241 (94.53% from 255) = 45.82%
BLUE value IS 114 (44.92% from 255) = 21.67%
R=32.51%
G=45.82%
B=21.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712411140.2900.530.0593.0781.9469.61
HexABF1721D03555d5246
Octal253361162350655135122106
Binary10101011111100011110010111010110101101101110110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF172; }

 p { color: rgb(171,241,114); }

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

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

 a { background-color: rgb(171,241,114); }

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

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

 span { border-color: rgb(171,241,114); }

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