#ABE782

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

Shades of Feijoa #ABE782

Tints of Feijoa #ABE782

Color information

#ABE782 (or 0xABE782) is unknown color: approx Feijoa. HEX triplet: AB, E7 and 82. RGB value is (171,231,130). Sum of RGB (Red+Green+Blue) = 171+231+130=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 231 (90.62% from 255 or 43.42% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 231 - color contains mainly: green. Hex color #ABE782 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABE782 is #54187D. Grayscale: #C9C9C9. Windows color (decimal): -5511294 or 8578987. OLE color: 8578987.

HSL color Cylindrical-coordinate representation of color #ABE782: hue angle of 95.64º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABE782 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB171231130-
CMYK0.2600.440.09
HSL95.64º67.79%70.78%-
HSV(B)95.64º43.72%90.59%-
XYZ49.467.4231.53-
YUV201.5587.62106.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.14%
GREEN value IS 231 (90.62% from 255) = 43.42%
BLUE value IS 130 (51.17% from 255) = 24.44%
R=32.14%
G=43.42%
B=24.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1712311300.2600.440.0995.6467.7970.78
HexABE7821A02C9604447
Octal2533472023205411140104107
Binary1010101111100111100000101101001011001001110000010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE782; }

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

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

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

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

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

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

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

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