#A9CC8B

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

Shades of Feijoa #A9CC8B

Tints of Feijoa #A9CC8B

Color information

#A9CC8B (or 0xA9CC8B) is unknown color: approx Feijoa. HEX triplet: A9, CC and 8B. RGB value is (169,204,139). Sum of RGB (Red+Green+Blue) = 169+204+139=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CC8B is #563374. Grayscale: #BABABA. Windows color (decimal): -5649269 or 9161897. OLE color: 9161897.

HSL color Cylindrical-coordinate representation of color #A9CC8B: hue angle of 92.31º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9CC8B is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB169204139-
CMYK0.1700.320.2
HSL92.31º38.92%67.25%-
HSV(B)92.31º31.86%80%-
XYZ42.6253.4832.5-
YUV186.12101.4115.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.01%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 139 (54.69% from 255) = 27.15%
R=33.01%
G=39.84%
B=27.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1692041390.1700.320.292.3138.9267.25
HexA9CC8B11020145c2743
Octal251314213210402413447103
Binary1010100111001100100010111000101000001010010111001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CC8B; }

 p { color: rgb(169,204,139); }

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

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

 a { background-color: rgb(169,204,139); }

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

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

 span { border-color: rgb(169,204,139); }

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