#A9CD94

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

Shades of Feijoa #A9CD94

Tints of Feijoa #A9CD94

Color information

#A9CD94 (or 0xA9CD94) is unknown color: approx Feijoa. HEX triplet: A9, CD and 94. RGB value is (169,205,148). Sum of RGB (Red+Green+Blue) = 169+205+148=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CD94 is #56326B. Grayscale: #BBBBBB. Windows color (decimal): -5649004 or 9751977. OLE color: 9751977.

HSL color Cylindrical-coordinate representation of color #A9CD94: hue angle of 97.89º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9CD94 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB169205148-
CMYK0.1800.280.20
HSL97.89º36.31%69.22%-
HSV(B)97.89º27.8%80.39%-
XYZ43.5454.2436.19-
YUV187.74105.57114.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.38%
GREEN value IS 205 (80.47% from 255) = 39.27%
BLUE value IS 148 (58.20% from 255) = 28.35%
R=32.38%
G=39.27%
B=28.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692051480.1800.280.2097.8936.3169.22
HexA9CD941201C14622445
Octal251315224220342414244105
Binary101010011100110110010100100100111001010011000101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CD94; }

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

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

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

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

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

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

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

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