#A9C98E

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

Shades of Feijoa #A9C98E

Tints of Feijoa #A9C98E

Color information

#A9C98E (or 0xA9C98E) is unknown color: approx Feijoa. HEX triplet: A9, C9 and 8E. RGB value is (169,201,142). Sum of RGB (Red+Green+Blue) = 169+201+142=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C98E is #563671. Grayscale: #B8B8B8. Windows color (decimal): -5650034 or 9357737. OLE color: 9357737.

HSL color Cylindrical-coordinate representation of color #A9C98E: hue angle of 92.54º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9C98E is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB169201142-
CMYK0.1600.290.21
HSL92.54º35.33%67.25%-
HSV(B)92.54º29.35%78.82%-
XYZ42.1352.1633.44-
YUV184.71103.9116.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.01%
GREEN value IS 201 (78.91% from 255) = 39.26%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=33.01%
G=39.26%
B=27.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692011420.1600.290.2192.5435.3367.25
HexA9C98E1001D155d2343
Octal251311216200352513543103
Binary101010011100100110001110100000111011010110111011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C98E; }

 p { color: rgb(169,201,142); }

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

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

 a { background-color: rgb(169,201,142); }

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

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

 span { border-color: rgb(169,201,142); }

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