#ABFC7B

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

Shades of Feijoa #ABFC7B

Tints of Feijoa #ABFC7B

Color information

#ABFC7B (or 0xABFC7B) is unknown color: approx Feijoa. HEX triplet: AB, FC and 7B. RGB value is (171,252,123). Sum of RGB (Red+Green+Blue) = 171+252+123=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 123 (48.44% from 255 or 22.53% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFC7B is #540384. Grayscale: #D5D5D5. Windows color (decimal): -5505925 or 8125611. OLE color: 8125611.

HSL color Cylindrical-coordinate representation of color #ABFC7B: hue angle of 97.67º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABFC7B is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB171252123-
CMYK0.3200.510.01
HSL97.67º95.56%73.53%-
HSV(B)97.67º51.19%98.82%-
XYZ55.1879.7131.22-
YUV213.0777.1697.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 252 (98.83% from 255) = 46.15%
BLUE value IS 123 (48.44% from 255) = 22.53%
R=31.32%
G=46.15%
B=22.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712521230.3200.510.0197.6795.5673.53
HexABFC7B20033162604a
Octal253374173400631142140112
Binary1010101111111100111101110000001100111110001011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFC7B; }

 p { color: rgb(171,252,123); }

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

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

 a { background-color: rgb(171,252,123); }

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

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

 span { border-color: rgb(171,252,123); }

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