Html Css Color HEX #AAD479 Feijoa

📋 copy color: '#AAD479'

red 170 ◦ green 212 ◦ blue 121

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

Shades of Feijoa #AAD479

Tints of Feijoa #AAD479

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.15%

 BLUE value IS 121 (47.66% from 255) = 24.06%

R = 33.8%
G = 42.15%
B = 24.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#AAD479 (or 0xAAD479) is known color: Feijoa. HEX triplet: AA, D4 and 79. RGB value is (170,212,121). Sum of RGB (Red+Green+Blue) = 170+212+121=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD479 is #552B86. Grayscale: #BDBDBD. Windows color (decimal): -5581703 or 7984298. OLE color: 7984298.

HSL color Cylindrical-coordinate representation of color #AAD479: hue angle of 87.69º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAD479 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 121 -
CMYK 0.20 0 0.43 0.17
HSL 87.69º 0.51% 0.65% -
HSV(B) 87.69º 0.43% 0.83% -
XYZ 43.57 57.01 26.8 -
YUV 189.07 89.59 114.4 -
System Red Green Blue C M Y K H S L
Decimal 170 212 121 0.20 0 0.43 0.17 87.69 0.51 0.65
Hex AA D4 79 14 0 2B 11 58 33 41
Octal 252 324 171 24 0 53 21 130 63 101
Binary 10101010 11010100 1111001 10100 0 101011 10001 1011000 110011 1000001

Color Harmonies of #AAD479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD479

Black with #AAD479

Text Example


Text Example

White with #AAD479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD479; }

 p { color: rgb(170,212,121); }

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

background-color css

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

 a { background-color: rgb(170,212,121); }

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

border-color css

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

 span { border-color: rgb(170,212,121); }

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