Html Css Color HEX #AAD376 Feijoa

📋 copy color: '#AAD376'

red 170 ◦ green 211 ◦ blue 118

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

Shades of Feijoa #AAD376

Tints of Feijoa #AAD376

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.28%

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

R = 34.07%
G = 42.28%
B = 23.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#AAD376 (or 0xAAD376) is known color: Feijoa. HEX triplet: AA, D3 and 76. RGB value is (170,211,118). Sum of RGB (Red+Green+Blue) = 170+211+118=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD376 is #552C89. Grayscale: #BCBCBC. Windows color (decimal): -5581962 or 7787434. OLE color: 7787434.

HSL color Cylindrical-coordinate representation of color #AAD376: hue angle of 86.45º degrees, saturation: 0.51, 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 #AAD376 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 118 -
CMYK 0.19 0 0.44 0.17
HSL 86.45º 0.51% 0.65% -
HSV(B) 86.45º 0.44% 0.83% -
XYZ 43.14 56.44 25.76 -
YUV 188.14 88.42 115.06 -
System Red Green Blue C M Y K H S L
Decimal 170 211 118 0.19 0 0.44 0.17 86.45 0.51 0.65
Hex AA D3 76 13 0 2C 11 56 33 41
Octal 252 323 166 23 0 54 21 126 63 101
Binary 10101010 11010011 1110110 10011 0 101100 10001 1010110 110011 1000001

Color Harmonies of #AAD376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD376

Black with #AAD376

Text Example


Text Example

White with #AAD376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD376; }

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

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

background-color css

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

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

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

border-color css

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

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

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