Html Css Color HEX #AAD476 Feijoa

📋 copy color: '#AAD476'

red 170 ◦ green 212 ◦ blue 118

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

Shades of Feijoa #AAD476

Tints of Feijoa #AAD476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.6%

R = 34%
G = 42.4%
B = 23.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#AAD476 (or 0xAAD476) is known color: Feijoa. HEX triplet: AA, D4 and 76. RGB value is (170,212,118). Sum of RGB (Red+Green+Blue) = 170+212+118=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD476 is #552B89. Grayscale: #BDBDBD. Windows color (decimal): -5581706 or 7787690. OLE color: 7787690.

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

Color convert

RGB 170 212 118 -
CMYK 0.20 0 0.44 0.17
HSL 86.81º 0.52% 0.65% -
HSV(B) 86.81º 0.44% 0.83% -
XYZ 43.39 56.94 25.84 -
YUV 188.73 88.09 114.64 -
System Red Green Blue C M Y K H S L
Decimal 170 212 118 0.20 0 0.44 0.17 86.81 0.52 0.65
Hex AA D4 76 14 0 2C 11 57 34 41
Octal 252 324 166 24 0 54 21 127 64 101
Binary 10101010 11010100 1110110 10100 0 101100 10001 1010111 110100 1000001

Color Harmonies of #AAD476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD476

Black with #AAD476

Text Example


Text Example

White with #AAD476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD476; }

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

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

background-color css

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

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

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

border-color css

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

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

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