#A9D092

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

Shades of Feijoa #A9D092

Tints of Feijoa #A9D092

Color information

#A9D092 (or 0xA9D092) is unknown color: approx Feijoa. HEX triplet: A9, D0 and 92. RGB value is (169,208,146). Sum of RGB (Red+Green+Blue) = 169+208+146=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D092 is #562F6D. Grayscale: #BDBDBD. Windows color (decimal): -5648238 or 9621673. OLE color: 9621673.

HSL color Cylindrical-coordinate representation of color #A9D092: hue angle of 97.74º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9D092 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB169208146-
CMYK0.1900.300.18
HSL97.74º39.74%69.41%-
HSV(B)97.74º29.81%81.57%-
XYZ44.1155.6235.61-
YUV189.27103.58113.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.31%
GREEN value IS 208 (81.64% from 255) = 39.77%
BLUE value IS 146 (57.42% from 255) = 27.92%
R=32.31%
G=39.77%
B=27.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1692081460.1900.300.1897.7439.7469.41
HexA9D0921301E12622845
Octal251320222230362214250105
Binary101010011101000010010010100110111101001011000101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D092; }

 p { color: rgb(169,208,146); }

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

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

 a { background-color: rgb(169,208,146); }

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

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

 span { border-color: rgb(169,208,146); }

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