Html Css Color HEX #AAD37D Feijoa

📋 copy color: '#AAD37D'

red 170 ◦ green 211 ◦ blue 125

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

Shades of Feijoa #AAD37D

Tints of Feijoa #AAD37D

RGB

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

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

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

R = 33.6%
G = 41.7%
B = 24.7%

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

#AAD37D (or 0xAAD37D) is known color: Feijoa. HEX triplet: AA, D3 and 7D. RGB value is (170,211,125). Sum of RGB (Red+Green+Blue) = 170+211+125=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD37D is #552C82. Grayscale: #BDBDBD. Windows color (decimal): -5581955 or 8246186. OLE color: 8246186.

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

Color convert

RGB 170 211 125 -
CMYK 0.19 0 0.41 0.17
HSL 88.6º 0.49% 0.66% -
HSV(B) 88.6º 0.41% 0.83% -
XYZ 43.57 56.62 28.03 -
YUV 188.94 91.92 114.49 -
System Red Green Blue C M Y K H S L
Decimal 170 211 125 0.19 0 0.41 0.17 88.6 0.49 0.66
Hex AA D3 7D 13 0 29 11 59 31 42
Octal 252 323 175 23 0 51 21 131 61 102
Binary 10101010 11010011 1111101 10011 0 101001 10001 1011001 110001 1000010

Color Harmonies of #AAD37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD37D

Black with #AAD37D

Text Example


Text Example

White with #AAD37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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