Html Css Color HEX #AADC87 Feijoa

📋 copy color: '#AADC87'

red 170 ◦ green 220 ◦ blue 135

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

Shades of Feijoa #AADC87

Tints of Feijoa #AADC87

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.9%

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

R = 32.38%
G = 41.9%
B = 25.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#AADC87 (or 0xAADC87) is known color: Feijoa. HEX triplet: AA, DC and 87. RGB value is (170,220,135). Sum of RGB (Red+Green+Blue) = 170+220+135=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC87 is #552378. Grayscale: #C3C3C3. Windows color (decimal): -5579641 or 8903850. OLE color: 8903850.

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

Color convert

RGB 170 220 135 -
CMYK 0.23 0 0.39 0.14
HSL 95.29º 0.55% 0.7% -
HSV(B) 95.29º 0.39% 0.86% -
XYZ 46.54 61.48 32.34 -
YUV 195.36 93.94 109.91 -
System Red Green Blue C M Y K H S L
Decimal 170 220 135 0.23 0 0.39 0.14 95.29 0.55 0.7
Hex AA DC 87 17 0 27 E 5F 37 46
Octal 252 334 207 27 0 47 16 137 67 106
Binary 10101010 11011100 10000111 10111 0 100111 1110 1011111 110111 1000110

Color Harmonies of #AADC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC87

Black with #AADC87

Text Example


Text Example

White with #AADC87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC87; }

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

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

background-color css

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

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

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

border-color css

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

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

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