Html Css Color HEX #AAD77A Feijoa

📋 copy color: '#AAD77A'

red 170 ◦ green 215 ◦ blue 122

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

Shades of Feijoa #AAD77A

Tints of Feijoa #AAD77A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.41%

 BLUE value IS 122 (48.05% from 255) = 24.06%

R = 33.53%
G = 42.41%
B = 24.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#AAD77A (or 0xAAD77A) is known color: Feijoa. HEX triplet: AA, D7 and 7A. RGB value is (170,215,122). Sum of RGB (Red+Green+Blue) = 170+215+122=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD77A is #552885. Grayscale: #BFBFBF. Windows color (decimal): -5580934 or 8050602. OLE color: 8050602.

HSL color Cylindrical-coordinate representation of color #AAD77A: hue angle of 89.03º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAD77A is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 215 122 -
CMYK 0.21 0 0.43 0.16
HSL 89.03º 0.54% 0.66% -
HSV(B) 89.03º 0.43% 0.84% -
XYZ 44.39 58.55 27.37 -
YUV 190.94 89.09 113.06 -
System Red Green Blue C M Y K H S L
Decimal 170 215 122 0.21 0 0.43 0.16 89.03 0.54 0.66
Hex AA D7 7A 15 0 2B 10 59 36 42
Octal 252 327 172 25 0 53 20 131 66 102
Binary 10101010 11010111 1111010 10101 0 101011 10000 1011001 110110 1000010

Color Harmonies of #AAD77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD77A

Black with #AAD77A

Text Example


Text Example

White with #AAD77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD77A; }

 p { color: rgb(170,215,122); }

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

background-color css

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

 a { background-color: rgb(170,215,122); }

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

border-color css

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

 span { border-color: rgb(170,215,122); }

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