Html Css Color HEX #AAD387 Feijoa

📋 copy color: '#AAD387'

red 170 ◦ green 211 ◦ blue 135

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

Shades of Feijoa #AAD387

Tints of Feijoa #AAD387

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.89%

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

R = 32.95%
G = 40.89%
B = 26.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#AAD387 (or 0xAAD387) is known color: Feijoa. HEX triplet: AA, D3 and 87. RGB value is (170,211,135). Sum of RGB (Red+Green+Blue) = 170+211+135=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD387 is #552C78. Grayscale: #BEBEBE. Windows color (decimal): -5581945 or 8901546. OLE color: 8901546.

HSL color Cylindrical-coordinate representation of color #AAD387: hue angle of 92.37º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAD387 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 135 -
CMYK 0.19 0 0.36 0.17
HSL 92.37º 0.46% 0.68% -
HSV(B) 92.37º 0.36% 0.83% -
XYZ 44.25 56.88 31.57 -
YUV 190.08 96.92 113.68 -
System Red Green Blue C M Y K H S L
Decimal 170 211 135 0.19 0 0.36 0.17 92.37 0.46 0.68
Hex AA D3 87 13 0 24 11 5C 2E 44
Octal 252 323 207 23 0 44 21 134 56 104
Binary 10101010 11010011 10000111 10011 0 100100 10001 1011100 101110 1000100

Color Harmonies of #AAD387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD387

Black with #AAD387

Text Example


Text Example

White with #AAD387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD387; }

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

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

background-color css

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

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

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

border-color css

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

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

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