#A9CF92

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

Shades of Feijoa #A9CF92

Tints of Feijoa #A9CF92

Color information

#A9CF92 (or 0xA9CF92) is unknown color: approx Feijoa. HEX triplet: A9, CF and 92. RGB value is (169,207,146). Sum of RGB (Red+Green+Blue) = 169+207+146=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CF92 is #56306D. Grayscale: #BCBCBC. Windows color (decimal): -5648494 or 9621417. OLE color: 9621417.

HSL color Cylindrical-coordinate representation of color #A9CF92: hue angle of 97.38º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9CF92 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB169207146-
CMYK0.1800.290.19
HSL97.38º38.85%69.22%-
HSV(B)97.38º29.47%81.18%-
XYZ43.8655.1435.52-
YUV188.68103.91113.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.38%
GREEN value IS 207 (81.25% from 255) = 39.66%
BLUE value IS 146 (57.42% from 255) = 27.97%
R=32.38%
G=39.66%
B=27.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1692071460.1800.290.1997.3838.8569.22
HexA9CF921201D13612745
Octal251317222220352314147105
Binary101010011100111110010010100100111011001111000011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CF92; }

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

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

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

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

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

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

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

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