Html Css Color HEX #AAD56D Feijoa

📋 copy color: '#AAD56D'

red 170 ◦ green 213 ◦ blue 109

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

Shades of Feijoa #AAD56D

Tints of Feijoa #AAD56D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.29%

 BLUE value IS 109 (42.97% from 255) = 22.15%

R = 34.55%
G = 43.29%
B = 22.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#AAD56D (or 0xAAD56D) is known color: Feijoa. HEX triplet: AA, D5 and 6D. RGB value is (170,213,109). Sum of RGB (Red+Green+Blue) = 170+213+109=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD56D is #552A92. Grayscale: #BCBCBC. Windows color (decimal): -5581459 or 7198122. OLE color: 7198122.

HSL color Cylindrical-coordinate representation of color #AAD56D: hue angle of 84.81º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAD56D is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 109 -
CMYK 0.20 0 0.49 0.16
HSL 84.81º 0.55% 0.63% -
HSV(B) 84.81º 0.49% 0.84% -
XYZ 43.13 57.24 23.24 -
YUV 188.29 83.25 114.96 -
System Red Green Blue C M Y K H S L
Decimal 170 213 109 0.20 0 0.49 0.16 84.81 0.55 0.63
Hex AA D5 6D 14 0 31 10 55 37 3F
Octal 252 325 155 24 0 61 20 125 67 77
Binary 10101010 11010101 1101101 10100 0 110001 10000 1010101 110111 111111

Color Harmonies of #AAD56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD56D

Black with #AAD56D

Text Example


Text Example

White with #AAD56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD56D; }

 p { color: rgb(170,213,109); }

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

background-color css

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

 a { background-color: rgb(170,213,109); }

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

border-color css

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

 span { border-color: rgb(170,213,109); }

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