#ABF180

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

Shades of Feijoa #ABF180

Tints of Feijoa #ABF180

Color information

#ABF180 (or 0xABF180) is unknown color: approx Feijoa. HEX triplet: AB, F1 and 80. RGB value is (171,241,128). Sum of RGB (Red+Green+Blue) = 171+241+128=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF180 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF180 is #540E7F. Grayscale: #CFCFCF. Windows color (decimal): -5508736 or 8450475. OLE color: 8450475.

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

Color convert

RGB171241128-
CMYK0.2900.470.05
HSL97.17º80.14%72.35%-
HSV(B)97.17º46.89%94.51%-
XYZ52.1573.1331.79-
YUV207.1983.31102.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.67%
GREEN value IS 241 (94.53% from 255) = 44.63%
BLUE value IS 128 (50.39% from 255) = 23.70%
R=31.67%
G=44.63%
B=23.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712411280.2900.470.0597.1780.1472.35
HexABF1801D02F5615048
Octal253361200350575141120110
Binary101010111111000110000000111010101111101110000110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF180; }

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

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

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

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

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

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

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

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