#A8E98A

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

Shades of Feijoa #A8E98A

Tints of Feijoa #A8E98A

Color information

#A8E98A (or 0xA8E98A) is unknown color: approx Feijoa. HEX triplet: A8, E9 and 8A. RGB value is (168,233,138). Sum of RGB (Red+Green+Blue) = 168+233+138=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #A8E98A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8E98A is #571675. Grayscale: #CBCBCB. Windows color (decimal): -5707382 or 9103784. OLE color: 9103784.

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

Color convert

RGB168233138-
CMYK0.2800.410.09
HSL101.05º68.35%72.75%-
HSV(B)101.05º40.77%91.37%-
XYZ49.8768.4434.63-
YUV202.7491.47103.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.17%
GREEN value IS 233 (91.41% from 255) = 43.23%
BLUE value IS 138 (54.30% from 255) = 25.60%
R=31.17%
G=43.23%
B=25.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1682331380.2800.410.09101.0568.3572.75
HexA8E98A1C0299654449
Octal2503512123405111145104111
Binary1010100011101001100010101110001010011001110010110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E98A; }

 p { color: rgb(168,233,138); }

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

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

 a { background-color: rgb(168,233,138); }

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

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

 span { border-color: rgb(168,233,138); }

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