#AAD275

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

Shades of Feijoa #AAD275

Tints of Feijoa #AAD275

Color information

#AAD275 (or 0xAAD275) is unknown color: approx Feijoa. HEX triplet: AA, D2 and 75. RGB value is (170,210,117). Sum of RGB (Red+Green+Blue) = 170+210+117=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD275 is #552D8A. Grayscale: #BBBBBB. Windows color (decimal): -5582219 or 7721642. OLE color: 7721642.

HSL color Cylindrical-coordinate representation of color #AAD275: hue angle of 85.81º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAD275 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB170210117-
CMYK0.1900.440.18
HSL85.81º50.82%64.12%-
HSV(B)85.81º44.29%82.35%-
XYZ42.8455.9225.37-
YUV187.4488.25115.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 210 (82.42% from 255) = 42.25%
BLUE value IS 117 (46.09% from 255) = 23.54%
R=34.21%
G=42.25%
B=23.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702101170.1900.440.1885.8150.8264.12
HexAAD2751302C12563340
Octal252322165230542212663100
Binary101010101101001011101011001101011001001010101101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD275; }

 p { color: rgb(170,210,117); }

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

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

 a { background-color: rgb(170,210,117); }

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

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

 span { border-color: rgb(170,210,117); }

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