Html Css Color HEX #AAD77D Feijoa

📋 copy color: '#AAD77D'

red 170 ◦ green 215 ◦ blue 125

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

Shades of Feijoa #AAD77D

Tints of Feijoa #AAD77D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.51%

R = 33.33%
G = 42.16%
B = 24.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#AAD77D (or 0xAAD77D) is known color: Feijoa. HEX triplet: AA, D7 and 7D. RGB value is (170,215,125). Sum of RGB (Red+Green+Blue) = 170+215+125=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD77D is #552882. Grayscale: #BFBFBF. Windows color (decimal): -5580931 or 8247210. OLE color: 8247210.

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

Color convert

RGB 170 215 125 -
CMYK 0.21 0 0.42 0.16
HSL 90º 0.53% 0.67% -
HSV(B) 90º 0.42% 0.84% -
XYZ 44.58 58.63 28.37 -
YUV 191.29 90.59 112.82 -
System Red Green Blue C M Y K H S L
Decimal 170 215 125 0.21 0 0.42 0.16 90 0.53 0.67
Hex AA D7 7D 15 0 2A 10 5A 35 43
Octal 252 327 175 25 0 52 20 132 65 103
Binary 10101010 11010111 1111101 10101 0 101010 10000 1011010 110101 1000011

Color Harmonies of #AAD77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD77D

Black with #AAD77D

Text Example


Text Example

White with #AAD77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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