Html Css Color HEX #AAD37C Feijoa

📋 copy color: '#AAD37C'

red 170 ◦ green 211 ◦ blue 124

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

Shades of Feijoa #AAD37C

Tints of Feijoa #AAD37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.55%

R = 33.66%
G = 41.78%
B = 24.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#AAD37C (or 0xAAD37C) is known color: Feijoa. HEX triplet: AA, D3 and 7C. RGB value is (170,211,124). Sum of RGB (Red+Green+Blue) = 170+211+124=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD37C is #552C83. Grayscale: #BDBDBD. Windows color (decimal): -5581956 or 8180650. OLE color: 8180650.

HSL color Cylindrical-coordinate representation of color #AAD37C: hue angle of 88.28º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAD37C is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 124 -
CMYK 0.19 0 0.41 0.17
HSL 88.28º 0.5% 0.66% -
HSV(B) 88.28º 0.41% 0.83% -
XYZ 43.51 56.59 27.7 -
YUV 188.82 91.42 114.57 -
System Red Green Blue C M Y K H S L
Decimal 170 211 124 0.19 0 0.41 0.17 88.28 0.5 0.66
Hex AA D3 7C 13 0 29 11 58 32 42
Octal 252 323 174 23 0 51 21 130 62 102
Binary 10101010 11010011 1111100 10011 0 101001 10001 1011000 110010 1000010

Color Harmonies of #AAD37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD37C

Black with #AAD37C

Text Example


Text Example

White with #AAD37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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