#A9CC94

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

Shades of Feijoa #A9CC94

Tints of Feijoa #A9CC94

Color information

#A9CC94 (or 0xA9CC94) is unknown color: approx Feijoa. HEX triplet: A9, CC and 94. RGB value is (169,204,148). Sum of RGB (Red+Green+Blue) = 169+204+148=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CC94 is #56336B. Grayscale: #BBBBBB. Windows color (decimal): -5649260 or 9751721. OLE color: 9751721.

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

Color convert

RGB169204148-
CMYK0.1700.270.2
HSL97.5º35.44%69.02%-
HSV(B)97.5º27.45%80%-
XYZ43.353.7636.11-
YUV187.15105.9115.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.44%
GREEN value IS 204 (80.08% from 255) = 39.16%
BLUE value IS 148 (58.20% from 255) = 28.41%
R=32.44%
G=39.16%
B=28.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1692041480.1700.270.297.535.4469.02
HexA9CC941101B14612345
Octal251314224210332414143105
Binary101010011100110010010100100010110111010011000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CC94; }

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

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

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

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

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

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

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

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