Html Css Color HEX #AAD087 Feijoa

📋 copy color: '#AAD087'

red 170 ◦ green 208 ◦ blue 135

#AAD087
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #AAD087

Tints of Feijoa #AAD087

RGB

 RED value IS 170 (66.8% from 255) = 33.14%

 GREEN value IS 208 (81.64% from 255) = 40.55%

 BLUE value IS 135 (53.13% from 255) = 26.32%

R = 33.14%
G = 40.55%
B = 26.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#AAD087 (or 0xAAD087) is known color: Feijoa. HEX triplet: AA, D0 and 87. RGB value is (170,208,135). Sum of RGB (Red+Green+Blue) = 170+208+135=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 135 (53.12% from 255 or 26.32% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD087 is #552F78. Grayscale: #BCBCBC. Windows color (decimal): -5582713 or 8900778. OLE color: 8900778.

HSL color Cylindrical-coordinate representation of color #AAD087: hue angle of 91.23º degrees, saturation: 0.44, 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 #AAD087 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 135 -
CMYK 0.18 0 0.35 0.18
HSL 91.23º 0.44% 0.67% -
HSV(B) 91.23º 0.35% 0.82% -
XYZ 43.51 55.41 31.32 -
YUV 188.32 97.91 114.94 -
System Red Green Blue C M Y K H S L
Decimal 170 208 135 0.18 0 0.35 0.18 91.23 0.44 0.67
Hex AA D0 87 12 0 23 12 5B 2C 43
Octal 252 320 207 22 0 43 22 133 54 103
Binary 10101010 11010000 10000111 10010 0 100011 10010 1011011 101100 1000011

Color Harmonies of #AAD087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD087

Black with #AAD087

Text Example


Text Example

White with #AAD087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD087; }

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

 H1.HeaderClassName
 {
   color: #AAD087;
 }
 .AnyTagClassName
 {
   color: #AAD087;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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