Html Css Color HEX #AAD182 Feijoa

📋 copy color: '#AAD182'

red 170 ◦ green 209 ◦ blue 130

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

Shades of Feijoa #AAD182

Tints of Feijoa #AAD182

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.06%

 BLUE value IS 130 (51.17% from 255) = 25.54%

R = 33.4%
G = 41.06%
B = 25.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#AAD182 (or 0xAAD182) is known color: Feijoa. HEX triplet: AA, D1 and 82. RGB value is (170,209,130). Sum of RGB (Red+Green+Blue) = 170+209+130=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD182 is #552E7D. Grayscale: #BCBCBC. Windows color (decimal): -5582462 or 8573354. OLE color: 8573354.

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

Color convert

RGB 170 209 130 -
CMYK 0.19 0 0.38 0.18
HSL 89.62º 0.46% 0.66% -
HSV(B) 89.62º 0.38% 0.82% -
XYZ 43.41 55.76 29.59 -
YUV 188.33 95.08 114.92 -
System Red Green Blue C M Y K H S L
Decimal 170 209 130 0.19 0 0.38 0.18 89.62 0.46 0.66
Hex AA D1 82 13 0 26 12 5A 2E 42
Octal 252 321 202 23 0 46 22 132 56 102
Binary 10101010 11010001 10000010 10011 0 100110 10010 1011010 101110 1000010

Color Harmonies of #AAD182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD182

Black with #AAD182

Text Example


Text Example

White with #AAD182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD182; }

 p { color: rgb(170,209,130); }

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

background-color css

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

 a { background-color: rgb(170,209,130); }

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

border-color css

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

 span { border-color: rgb(170,209,130); }

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