Html Css Color HEX #AAD477 Feijoa

📋 copy color: '#AAD477'

red 170 ◦ green 212 ◦ blue 119

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

Shades of Feijoa #AAD477

Tints of Feijoa #AAD477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.75%

R = 33.93%
G = 42.32%
B = 23.75%

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

#AAD477 (or 0xAAD477) is known color: Feijoa. HEX triplet: AA, D4 and 77. RGB value is (170,212,119). Sum of RGB (Red+Green+Blue) = 170+212+119=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD477 is #552B88. Grayscale: #BDBDBD. Windows color (decimal): -5581705 or 7853226. OLE color: 7853226.

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

Color convert

RGB 170 212 119 -
CMYK 0.20 0 0.44 0.17
HSL 87.1º 0.52% 0.65% -
HSV(B) 87.1º 0.44% 0.83% -
XYZ 43.45 56.96 26.16 -
YUV 188.84 88.59 114.56 -
System Red Green Blue C M Y K H S L
Decimal 170 212 119 0.20 0 0.44 0.17 87.1 0.52 0.65
Hex AA D4 77 14 0 2C 11 57 34 41
Octal 252 324 167 24 0 54 21 127 64 101
Binary 10101010 11010100 1110111 10100 0 101100 10001 1010111 110100 1000001

Color Harmonies of #AAD477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD477

Black with #AAD477

Text Example


Text Example

White with #AAD477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD477; }

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

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

background-color css

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

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

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

border-color css

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

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

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