#A6D98E

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

Shades of Feijoa #A6D98E

Tints of Feijoa #A6D98E

Color information

#A6D98E (or 0xA6D98E) is unknown color: approx Feijoa. HEX triplet: A6, D9 and 8E. RGB value is (166,217,142). Sum of RGB (Red+Green+Blue) = 166+217+142=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D98E is #592671. Grayscale: #C1C1C1. Windows color (decimal): -5842546 or 9361830. OLE color: 9361830.

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

Color convert

RGB166217142-
CMYK0.2400.350.15
HSL100.8º49.67%70.39%-
HSV(B)100.8º34.56%85.1%-
XYZ45.4259.6934.72-
YUV193.299.1108.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.62%
GREEN value IS 217 (85.16% from 255) = 41.33%
BLUE value IS 142 (55.86% from 255) = 27.05%
R=31.62%
G=41.33%
B=27.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662171420.2400.350.15100.849.6770.39
HexA6D98E18023F653246
Octal246331216300431714562106
Binary101001101101100110001110110000100011111111001011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D98E; }

 p { color: rgb(166,217,142); }

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

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

 a { background-color: rgb(166,217,142); }

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

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

 span { border-color: rgb(166,217,142); }

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