#A8E18A

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

Shades of Feijoa #A8E18A

Tints of Feijoa #A8E18A

Color information

#A8E18A (or 0xA8E18A) is unknown color: approx Feijoa. HEX triplet: A8, E1 and 8A. RGB value is (168,225,138). Sum of RGB (Red+Green+Blue) = 168+225+138=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E18A is #571E75. Grayscale: #C6C6C6. Windows color (decimal): -5709430 or 9101736. OLE color: 9101736.

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

Color convert

RGB168225138-
CMYK0.2500.390.12
HSL99.31º59.18%71.18%-
HSV(B)99.31º38.67%88.24%-
XYZ47.6664.0133.89-
YUV198.0494.12106.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.64%
GREEN value IS 225 (88.28% from 255) = 42.37%
BLUE value IS 138 (54.30% from 255) = 25.99%
R=31.64%
G=42.37%
B=25.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1682251380.2500.390.1299.3159.1871.18
HexA8E18A19027C633b47
Octal250341212310471414373107
Binary101010001110000110001010110010100111110011000111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E18A; }

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

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

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

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

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

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

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

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