#ABF782

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

Shades of Feijoa #ABF782

Tints of Feijoa #ABF782

Color information

#ABF782 (or 0xABF782) is unknown color: approx Feijoa. HEX triplet: AB, F7 and 82. RGB value is (171,247,130). Sum of RGB (Red+Green+Blue) = 171+247+130=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 247 (96.88% from 255 or 45.07% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 247 - color contains mainly: green. Hex color #ABF782 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF782 is #54087D. Grayscale: #D3D3D3. Windows color (decimal): -5507198 or 8583083. OLE color: 8583083.

HSL color Cylindrical-coordinate representation of color #ABF782: hue angle of 98.97º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABF782 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB171247130-
CMYK0.3100.470.03
HSL98.97º87.97%73.92%-
HSV(B)98.97º47.37%96.86%-
XYZ54.0876.7933.09-
YUV210.9482.3299.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.20%
GREEN value IS 247 (96.88% from 255) = 45.07%
BLUE value IS 130 (51.17% from 255) = 23.72%
R=31.20%
G=45.07%
B=23.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712471300.3100.470.0398.9787.9773.92
HexABF7821F02F363584a
Octal253367202370573143130112
Binary10101011111101111000001011111010111111110001110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF782; }

 p { color: rgb(171,247,130); }

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

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

 a { background-color: rgb(171,247,130); }

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

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

 span { border-color: rgb(171,247,130); }

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