#ABFF80

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

Shades of Feijoa #ABFF80

Tints of Feijoa #ABFF80

Color information

#ABFF80 (or 0xABFF80) is unknown color: approx Feijoa. HEX triplet: AB, FF and 80. RGB value is (171,255,128). Sum of RGB (Red+Green+Blue) = 171+255+128=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFF80 is #54007F. Grayscale: #D7D7D7. Windows color (decimal): -5505152 or 8454059. OLE color: 8454059.

HSL color Cylindrical-coordinate representation of color #ABFF80: hue angle of 99.69º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABFF80 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB171255128-
CMYK0.3300.500
HSL99.69º100%75.1%-
HSV(B)99.69º49.8%100%-
XYZ56.4581.7433.22-
YUV215.4178.6796.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.87%
GREEN value IS 255 (100% from 255) = 46.03%
BLUE value IS 128 (50.39% from 255) = 23.10%
R=30.87%
G=46.03%
B=23.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712551280.3300.50099.6910075.1
HexABFF8021032064644b
Octal253377200410620144144113
Binary10101011111111111000000010000101100100110010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFF80; }

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

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

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

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

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

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

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

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