Html Css Color HEX #AAD084 Feijoa

📋 copy color: '#AAD084'

red 170 ◦ green 208 ◦ blue 132

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

Shades of Feijoa #AAD084

Tints of Feijoa #AAD084

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.78%

 BLUE value IS 132 (51.95% from 255) = 25.88%

R = 33.33%
G = 40.78%
B = 25.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#AAD084 (or 0xAAD084) is known color: Feijoa. HEX triplet: AA, D0 and 84. RGB value is (170,208,132). Sum of RGB (Red+Green+Blue) = 170+208+132=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD084 is #552F7B. Grayscale: #BCBCBC. Windows color (decimal): -5582716 or 8704170. OLE color: 8704170.

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

Color convert

RGB 170 208 132 -
CMYK 0.18 0 0.37 0.18
HSL 90º 0.45% 0.67% -
HSV(B) 90º 0.37% 0.82% -
XYZ 43.3 55.32 30.23 -
YUV 187.97 96.41 115.18 -
System Red Green Blue C M Y K H S L
Decimal 170 208 132 0.18 0 0.37 0.18 90 0.45 0.67
Hex AA D0 84 12 0 25 12 5A 2D 43
Octal 252 320 204 22 0 45 22 132 55 103
Binary 10101010 11010000 10000100 10010 0 100101 10010 1011010 101101 1000011

Color Harmonies of #AAD084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD084

Black with #AAD084

Text Example


Text Example

White with #AAD084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD084; }

 p { color: rgb(170,208,132); }

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

background-color css

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

 a { background-color: rgb(170,208,132); }

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

border-color css

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

 span { border-color: rgb(170,208,132); }

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