Html Css Color HEX #AAD282 Feijoa

📋 copy color: '#AAD282'

red 170 ◦ green 210 ◦ blue 130

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

Shades of Feijoa #AAD282

Tints of Feijoa #AAD282

RGB

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

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

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

R = 33.33%
G = 41.18%
B = 25.49%

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

#AAD282 (or 0xAAD282) is known color: Feijoa. HEX triplet: AA, D2 and 82. RGB value is (170,210,130). Sum of RGB (Red+Green+Blue) = 170+210+130=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD282 is #552D7D. Grayscale: #BDBDBD. Windows color (decimal): -5582206 or 8573610. OLE color: 8573610.

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

Color convert

RGB 170 210 130 -
CMYK 0.19 0 0.38 0.18
HSL 90º 0.47% 0.67% -
HSV(B) 90º 0.38% 0.82% -
XYZ 43.65 56.25 29.68 -
YUV 188.92 94.75 114.5 -
System Red Green Blue C M Y K H S L
Decimal 170 210 130 0.19 0 0.38 0.18 90 0.47 0.67
Hex AA D2 82 13 0 26 12 5A 2F 43
Octal 252 322 202 23 0 46 22 132 57 103
Binary 10101010 11010010 10000010 10011 0 100110 10010 1011010 101111 1000011

Color Harmonies of #AAD282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD282

Black with #AAD282

Text Example


Text Example

White with #AAD282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD282; }

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

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

background-color css

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

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

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

border-color css

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

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

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