#ABF680

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

Shades of Feijoa #ABF680

Tints of Feijoa #ABF680

Color information

#ABF680 (or 0xABF680) is unknown color: approx Feijoa. HEX triplet: AB, F6 and 80. RGB value is (171,246,128). Sum of RGB (Red+Green+Blue) = 171+246+128=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF680 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF680 is #54097F. Grayscale: #D2D2D2. Windows color (decimal): -5507456 or 8451755. OLE color: 8451755.

HSL color Cylindrical-coordinate representation of color #ABF680: hue angle of 98.14º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABF680 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB171246128-
CMYK0.3000.480.04
HSL98.14º86.76%73.33%-
HSV(B)98.14º47.97%96.47%-
XYZ53.6576.1332.29-
YUV210.1281.65100.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 246 (96.48% from 255) = 45.14%
BLUE value IS 128 (50.39% from 255) = 23.49%
R=31.38%
G=45.14%
B=23.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712461280.3000.480.0498.1486.7673.33
HexABF6801E0304625749
Octal253366200360604142127111
Binary101010111111011010000000111100110000100110001010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF680; }

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

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

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

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

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

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

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

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