#ABF675

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

Shades of Feijoa #ABF675

Tints of Feijoa #ABF675

Color information

#ABF675 (or 0xABF675) is unknown color: approx Feijoa. HEX triplet: AB, F6 and 75. RGB value is (171,246,117). Sum of RGB (Red+Green+Blue) = 171+246+117=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 246 (96.48% from 255 or 46.07% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF675 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF675 is #54098A. Grayscale: #D1D1D1. Windows color (decimal): -5507467 or 7730859. OLE color: 7730859.

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

Color convert

RGB171246117-
CMYK0.3000.520.04
HSL94.88º87.76%71.18%-
HSV(B)94.88º52.44%96.47%-
XYZ52.9675.8528.68-
YUV208.8776.15100.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.02%
GREEN value IS 246 (96.48% from 255) = 46.07%
BLUE value IS 117 (46.09% from 255) = 21.91%
R=32.02%
G=46.07%
B=21.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712461170.3000.520.0494.8887.7671.18
HexABF6751E03445f5847
Octal253366165360644137130107
Binary10101011111101101110101111100110100100101111110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF675; }

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

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

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

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

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

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

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

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