#AAD383

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

Shades of Feijoa #AAD383

Tints of Feijoa #AAD383

Color information

#AAD383 (or 0xAAD383) is unknown color: approx Feijoa. HEX triplet: AA, D3 and 83. RGB value is (170,211,131). Sum of RGB (Red+Green+Blue) = 170+211+131=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD383 is #552C7C. Grayscale: #BDBDBD. Windows color (decimal): -5581949 or 8639402. OLE color: 8639402.

HSL color Cylindrical-coordinate representation of color #AAD383: hue angle of 90.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAD383 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB170211131-
CMYK0.1900.380.17
HSL90.75º47.62%67.06%-
HSV(B)90.75º37.91%82.75%-
XYZ43.9756.7730.11-
YUV189.6294.92114-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 211 (82.81% from 255) = 41.21%
BLUE value IS 131 (51.56% from 255) = 25.59%
R=33.20%
G=41.21%
B=25.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1702111310.1900.380.1790.7547.6267.06
HexAAD38313026115b3043
Octal252323203230462113360103
Binary1010101011010011100000111001101001101000110110111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD383; }

 p { color: rgb(170,211,131); }

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

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

 a { background-color: rgb(170,211,131); }

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

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

 span { border-color: rgb(170,211,131); }

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