#A8E08B

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

Shades of Feijoa #A8E08B

Tints of Feijoa #A8E08B

Color information

#A8E08B (or 0xA8E08B) is unknown color: approx Feijoa. HEX triplet: A8, E0 and 8B. RGB value is (168,224,139). Sum of RGB (Red+Green+Blue) = 168+224+139=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E08B is #571F74. Grayscale: #C5C5C5. Windows color (decimal): -5709685 or 9167016. OLE color: 9167016.

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

Color convert

RGB168224139-
CMYK0.2500.380.12
HSL99.53º57.82%71.18%-
HSV(B)99.53º37.95%87.84%-
XYZ47.4663.534.18-
YUV197.5794.95106.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.64%
GREEN value IS 224 (87.89% from 255) = 42.18%
BLUE value IS 139 (54.69% from 255) = 26.18%
R=31.64%
G=42.18%
B=26.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1682241390.2500.380.1299.5357.8271.18
HexA8E08B19026C643a47
Octal250340213310461414472107
Binary101010001110000010001011110010100110110011001001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E08B; }

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

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

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

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

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

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

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

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