#A8DA8B

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

Shades of Feijoa #A8DA8B

Tints of Feijoa #A8DA8B

Color information

#A8DA8B (or 0xA8DA8B) is unknown color: approx Feijoa. HEX triplet: A8, DA and 8B. RGB value is (168,218,139). Sum of RGB (Red+Green+Blue) = 168+218+139=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DA8B is #572574. Grayscale: #C2C2C2. Windows color (decimal): -5711221 or 9165480. OLE color: 9165480.

HSL color Cylindrical-coordinate representation of color #A8DA8B: hue angle of 97.97º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8DA8B is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB168218139-
CMYK0.2300.360.15
HSL97.97º51.63%70%-
HSV(B)97.97º36.24%85.49%-
XYZ45.8860.3333.65-
YUV194.0496.94109.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32%
GREEN value IS 218 (85.55% from 255) = 41.52%
BLUE value IS 139 (54.69% from 255) = 26.48%
R=32%
G=41.52%
B=26.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682181390.2300.360.1597.9751.6370
HexA8DA8B17024F623446
Octal250332213270441714264106
Binary101010001101101010001011101110100100111111000101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DA8B; }

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

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

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

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

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

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

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

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