#ABF584

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

Shades of Feijoa #ABF584

Tints of Feijoa #ABF584

Color information

#ABF584 (or 0xABF584) is unknown color: approx Feijoa. HEX triplet: AB, F5 and 84. RGB value is (171,245,132). Sum of RGB (Red+Green+Blue) = 171+245+132=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF584 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF584 is #540A7B. Grayscale: #D2D2D2. Windows color (decimal): -5507708 or 8713643. OLE color: 8713643.

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

Color convert

RGB171245132-
CMYK0.3000.460.04
HSL99.29º84.96%73.92%-
HSV(B)99.29º46.12%96.08%-
XYZ53.6175.6333.6-
YUV209.9983.98100.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.20%
GREEN value IS 245 (96.09% from 255) = 44.71%
BLUE value IS 132 (51.95% from 255) = 24.09%
R=31.20%
G=44.71%
B=24.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712451320.3000.460.0499.2984.9673.92
HexABF5841E02E463554a
Octal253365204360564143125112
Binary101010111111010110000100111100101110100110001110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF584; }

 p { color: rgb(171,245,132); }

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

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

 a { background-color: rgb(171,245,132); }

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

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

 span { border-color: rgb(171,245,132); }

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