Html Css Color HEX #AADD87 Feijoa

📋 copy color: '#AADD87'

red 170 ◦ green 221 ◦ blue 135

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

Shades of Feijoa #AADD87

Tints of Feijoa #AADD87

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.02%

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

R = 32.32%
G = 42.02%
B = 25.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#AADD87 (or 0xAADD87) is known color: Feijoa. HEX triplet: AA, DD and 87. RGB value is (170,221,135). Sum of RGB (Red+Green+Blue) = 170+221+135=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 135 (53.12% from 255 or 25.67% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD87 is #552278. Grayscale: #C4C4C4. Windows color (decimal): -5579385 or 8904106. OLE color: 8904106.

HSL color Cylindrical-coordinate representation of color #AADD87: hue angle of 95.58º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AADD87 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 135 -
CMYK 0.23 0 0.39 0.13
HSL 95.58º 0.56% 0.7% -
HSV(B) 95.58º 0.39% 0.87% -
XYZ 46.81 62.01 32.42 -
YUV 195.95 93.6 109.49 -
System Red Green Blue C M Y K H S L
Decimal 170 221 135 0.23 0 0.39 0.13 95.58 0.56 0.7
Hex AA DD 87 17 0 27 D 60 38 46
Octal 252 335 207 27 0 47 15 140 70 106
Binary 10101010 11011101 10000111 10111 0 100111 1101 1100000 111000 1000110

Color Harmonies of #AADD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD87

Black with #AADD87

Text Example


Text Example

White with #AADD87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD87; }

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

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

background-color css

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

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

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

border-color css

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

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

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