#AAD684

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

Shades of Feijoa #AAD684

Tints of Feijoa #AAD684

Color information

#AAD684 (or 0xAAD684) is unknown color: approx Feijoa. HEX triplet: AA, D6 and 84. RGB value is (170,214,132). Sum of RGB (Red+Green+Blue) = 170+214+132=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD684 is #55297B. Grayscale: #BFBFBF. Windows color (decimal): -5581180 or 8705706. OLE color: 8705706.

HSL color Cylindrical-coordinate representation of color #AAD684: hue angle of 92.2º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAD684 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB170214132-
CMYK0.2100.380.16
HSL92.2º50%67.84%-
HSV(B)92.2º38.32%83.92%-
XYZ44.7958.3130.72-
YUV191.594.42112.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 214 (83.98% from 255) = 41.47%
BLUE value IS 132 (51.95% from 255) = 25.58%
R=32.95%
G=41.47%
B=25.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702141320.2100.380.1692.25067.84
HexAAD68415026105c3244
Octal252326204250462013462104
Binary1010101011010110100001001010101001101000010111001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD684; }

 p { color: rgb(170,214,132); }

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

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

 a { background-color: rgb(170,214,132); }

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

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

 span { border-color: rgb(170,214,132); }

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