#A9CC83

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

Shades of Feijoa #A9CC83

Tints of Feijoa #A9CC83

Color information

#A9CC83 (or 0xA9CC83) is unknown color: approx Feijoa. HEX triplet: A9, CC and 83. RGB value is (169,204,131). Sum of RGB (Red+Green+Blue) = 169+204+131=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CC83 is #56337C. Grayscale: #B9B9B9. Windows color (decimal): -5649277 or 8637609. OLE color: 8637609.

HSL color Cylindrical-coordinate representation of color #A9CC83: hue angle of 88.77º degrees, saturation: 0.42, 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 #A9CC83 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB169204131-
CMYK0.1700.360.2
HSL88.77º41.71%65.69%-
HSV(B)88.77º35.78%80%-
XYZ42.0553.2629.54-
YUV185.2197.4116.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 204 (80.08% from 255) = 40.48%
BLUE value IS 131 (51.56% from 255) = 25.99%
R=33.53%
G=40.48%
B=25.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1692041310.1700.360.288.7741.7165.69
HexA9CC831102414592a42
Octal251314203210442413152102
Binary1010100111001100100000111000101001001010010110011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CC83; }

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

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

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

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

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

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

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

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