#A8EB8B

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

Shades of Feijoa #A8EB8B

Tints of Feijoa #A8EB8B

Color information

#A8EB8B (or 0xA8EB8B) is unknown color: approx Feijoa. HEX triplet: A8, EB and 8B. RGB value is (168,235,139). Sum of RGB (Red+Green+Blue) = 168+235+139=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 235 (92.19% from 255 or 43.36% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EB8B is #571474. Grayscale: #CCCCCC. Windows color (decimal): -5706869 or 9169832. OLE color: 9169832.

HSL color Cylindrical-coordinate representation of color #A8EB8B: hue angle of 101.88º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8EB8B is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB168235139-
CMYK0.2900.410.08
HSL101.88º70.59%73.33%-
HSV(B)101.88º40.85%92.16%-
XYZ50.5269.6135.2-
YUV204.0291.3102.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.00%
GREEN value IS 235 (92.19% from 255) = 43.36%
BLUE value IS 139 (54.69% from 255) = 25.65%
R=31.00%
G=43.36%
B=25.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682351390.2900.410.08101.8870.5973.33
HexA8EB8B1D0298664749
Octal2503532133505110146107111
Binary1010100011101011100010111110101010011000110011010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EB8B; }

 p { color: rgb(168,235,139); }

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

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

 a { background-color: rgb(168,235,139); }

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

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

 span { border-color: rgb(168,235,139); }

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