#ABE484

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

Shades of Feijoa #ABE484

Tints of Feijoa #ABE484

Color information

#ABE484 (or 0xABE484) is unknown color: approx Feijoa. HEX triplet: AB, E4 and 84. RGB value is (171,228,132). Sum of RGB (Red+Green+Blue) = 171+228+132=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE484 is #541B7B. Grayscale: #C8C8C8. Windows color (decimal): -5512060 or 8709291. OLE color: 8709291.

HSL color Cylindrical-coordinate representation of color #ABE484: hue angle of 95.62º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABE484 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB171228132-
CMYK0.2500.420.11
HSL95.62º64%70.59%-
HSV(B)95.62º42.11%89.41%-
XYZ48.765.8131.97-
YUV200.0189.62107.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 228 (89.45% from 255) = 42.94%
BLUE value IS 132 (51.95% from 255) = 24.86%
R=32.20%
G=42.94%
B=24.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712281320.2500.420.1195.626470.59
HexABE4841902AB604047
Octal2533442043105213140100107
Binary1010101111100100100001001100101010101011110000010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE484; }

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

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

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

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

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

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

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

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