#AAD088

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

Shades of Feijoa #AAD088

Tints of Feijoa #AAD088

Color information

#AAD088 (or 0xAAD088) is unknown color: approx Feijoa. HEX triplet: AA, D0 and 88. RGB value is (170,208,136). Sum of RGB (Red+Green+Blue) = 170+208+136=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD088 is #552F77. Grayscale: #BCBCBC. Windows color (decimal): -5582712 or 8966314. OLE color: 8966314.

HSL color Cylindrical-coordinate representation of color #AAD088: hue angle of 91.67º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAD088 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB170208136-
CMYK0.1800.350.18
HSL91.67º43.37%67.45%-
HSV(B)91.67º34.62%81.57%-
XYZ43.5855.4431.7-
YUV188.4398.41114.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 208 (81.64% from 255) = 40.47%
BLUE value IS 136 (53.52% from 255) = 26.46%
R=33.07%
G=40.47%
B=26.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702081360.1800.350.1891.6743.3767.45
HexAAD08812023125c2b43
Octal252320210220432213453103
Binary1010101011010000100010001001001000111001010111001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD088; }

 p { color: rgb(170,208,136); }

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

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

 a { background-color: rgb(170,208,136); }

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

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

 span { border-color: rgb(170,208,136); }

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