Html Css Color HEX #AAD286 Feijoa

📋 copy color: '#AAD286'

red 170 ◦ green 210 ◦ blue 134

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

Shades of Feijoa #AAD286

Tints of Feijoa #AAD286

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.86%

 BLUE value IS 134 (52.73% from 255) = 26.07%

R = 33.07%
G = 40.86%
B = 26.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#AAD286 (or 0xAAD286) is known color: Feijoa. HEX triplet: AA, D2 and 86. RGB value is (170,210,134). Sum of RGB (Red+Green+Blue) = 170+210+134=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD286 is #552D79. Grayscale: #BDBDBD. Windows color (decimal): -5582202 or 8835754. OLE color: 8835754.

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

Color convert

RGB 170 210 134 -
CMYK 0.19 0 0.36 0.18
HSL 91.58º 0.46% 0.67% -
HSV(B) 91.58º 0.36% 0.82% -
XYZ 43.93 56.36 31.12 -
YUV 189.38 96.75 114.18 -
System Red Green Blue C M Y K H S L
Decimal 170 210 134 0.19 0 0.36 0.18 91.58 0.46 0.67
Hex AA D2 86 13 0 24 12 5C 2E 43
Octal 252 322 206 23 0 44 22 134 56 103
Binary 10101010 11010010 10000110 10011 0 100100 10010 1011100 101110 1000011

Color Harmonies of #AAD286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD286

Black with #AAD286

Text Example


Text Example

White with #AAD286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD286; }

 p { color: rgb(170,210,134); }

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

background-color css

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

 a { background-color: rgb(170,210,134); }

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

border-color css

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

 span { border-color: rgb(170,210,134); }

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