#A8E484

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

Shades of Feijoa #A8E484

Tints of Feijoa #A8E484

Color information

#A8E484 (or 0xA8E484) is unknown color: approx Feijoa. HEX triplet: A8, E4 and 84. RGB value is (168,228,132). Sum of RGB (Red+Green+Blue) = 168+228+132=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E484 is #571B7B. Grayscale: #C7C7C7. Windows color (decimal): -5708668 or 8709288. OLE color: 8709288.

HSL color Cylindrical-coordinate representation of color #A8E484: hue angle of 97.5º 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 #A8E484 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB168228132-
CMYK0.2600.420.11
HSL97.5º64%70.59%-
HSV(B)97.5º42.11%89.41%-
XYZ48.0665.4831.94-
YUV199.1290.12105.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 228 (89.45% from 255) = 43.18%
BLUE value IS 132 (51.95% from 255) = 25%
R=31.82%
G=43.18%
B=25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1682281320.2600.420.1197.56470.59
HexA8E4841A02AB624047
Octal2503442043205213142100107
Binary1010100011100100100001001101001010101011110001010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E484; }

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

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

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

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

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

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

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

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