#A8E08D

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

Shades of Feijoa #A8E08D

Tints of Feijoa #A8E08D

Color information

#A8E08D (or 0xA8E08D) is unknown color: approx Feijoa. HEX triplet: A8, E0 and 8D. RGB value is (168,224,141). Sum of RGB (Red+Green+Blue) = 168+224+141=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E08D is #571F72. Grayscale: #C6C6C6. Windows color (decimal): -5709683 or 9298088. OLE color: 9298088.

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

Color convert

RGB168224141-
CMYK0.2500.370.12
HSL100.48º57.24%71.57%-
HSV(B)100.48º37.05%87.84%-
XYZ47.6163.5634.96-
YUV197.7995.95106.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.52%
GREEN value IS 224 (87.89% from 255) = 42.03%
BLUE value IS 141 (55.47% from 255) = 26.45%
R=31.52%
G=42.03%
B=26.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1682241410.2500.370.12100.4857.2471.57
HexA8E08D19025C643948
Octal250340215310451414471110
Binary101010001110000010001101110010100101110011001001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E08D; }

 p { color: rgb(168,224,141); }

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

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

 a { background-color: rgb(168,224,141); }

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

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

 span { border-color: rgb(168,224,141); }

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