#ABF284

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

Shades of Feijoa #ABF284

Tints of Feijoa #ABF284

Color information

#ABF284 (or 0xABF284) is unknown color: approx Feijoa. HEX triplet: AB, F2 and 84. RGB value is (171,242,132). Sum of RGB (Red+Green+Blue) = 171+242+132=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF284 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF284 is #540D7B. Grayscale: #D0D0D0. Windows color (decimal): -5508476 or 8712875. OLE color: 8712875.

HSL color Cylindrical-coordinate representation of color #ABF284: hue angle of 98.73º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABF284 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB171242132-
CMYK0.2900.450.05
HSL98.73º80.88%73.33%-
HSV(B)98.73º45.45%94.9%-
XYZ52.7173.8333.3-
YUV208.2384.98101.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 242 (94.92% from 255) = 44.40%
BLUE value IS 132 (51.95% from 255) = 24.22%
R=31.38%
G=44.40%
B=24.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712421320.2900.450.0598.7380.8873.33
HexABF2841D02D5635149
Octal253362204350555143121111
Binary101010111111001010000100111010101101101110001110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF284; }

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

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

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

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

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

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

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

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