#A8E188

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

Shades of Feijoa #A8E188

Tints of Feijoa #A8E188

Color information

#A8E188 (or 0xA8E188) is unknown color: approx Feijoa. HEX triplet: A8, E1 and 88. RGB value is (168,225,136). Sum of RGB (Red+Green+Blue) = 168+225+136=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 136 (53.52% from 255 or 25.71% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E188 is #571E77. Grayscale: #C6C6C6. Windows color (decimal): -5709432 or 8970664. OLE color: 8970664.

HSL color Cylindrical-coordinate representation of color #A8E188: hue angle of 98.43º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8E188 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB168225136-
CMYK0.2500.400.12
HSL98.43º59.73%70.78%-
HSV(B)98.43º39.56%88.24%-
XYZ47.5263.9533.13-
YUV197.8193.12106.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.76%
GREEN value IS 225 (88.28% from 255) = 42.53%
BLUE value IS 136 (53.52% from 255) = 25.71%
R=31.76%
G=42.53%
B=25.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1682251360.2500.400.1298.4359.7370.78
HexA8E18819028C623c47
Octal250341210310501414274107
Binary101010001110000110001000110010101000110011000101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E188; }

 p { color: rgb(168,225,136); }

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

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

 a { background-color: rgb(168,225,136); }

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

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

 span { border-color: rgb(168,225,136); }

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