#A9CD83

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

Shades of Feijoa #A9CD83

Tints of Feijoa #A9CD83

Color information

#A9CD83 (or 0xA9CD83) is unknown color: approx Feijoa. HEX triplet: A9, CD and 83. RGB value is (169,205,131). Sum of RGB (Red+Green+Blue) = 169+205+131=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CD83 is #56327C. Grayscale: #BABABA. Windows color (decimal): -5649021 or 8637865. OLE color: 8637865.

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

Color convert

RGB169205131-
CMYK0.1800.360.20
HSL89.19º42.53%65.88%-
HSV(B)89.19º36.1%80.39%-
XYZ42.2953.7429.62-
YUV185.897.07116.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.47%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 131 (51.56% from 255) = 25.94%
R=33.47%
G=40.59%
B=25.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692051310.1800.360.2089.1942.5365.88
HexA9CD831202414592b42
Octal251315203220442413153102
Binary1010100111001101100000111001001001001010010110011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CD83; }

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

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

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

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

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

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

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

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