Html Css Color HEX #AAD872 Feijoa

📋 copy color: '#AAD872'

red 170 ◦ green 216 ◦ blue 114

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

Shades of Feijoa #AAD872

Tints of Feijoa #AAD872

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.2%

 BLUE value IS 114 (44.92% from 255) = 22.8%

R = 34%
G = 43.2%
B = 22.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#AAD872 (or 0xAAD872) is known color: Feijoa. HEX triplet: AA, D8 and 72. RGB value is (170,216,114). Sum of RGB (Red+Green+Blue) = 170+216+114=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD872 is #55278D. Grayscale: #BEBEBE. Windows color (decimal): -5580686 or 7526570. OLE color: 7526570.

HSL color Cylindrical-coordinate representation of color #AAD872: hue angle of 87.06º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAD872 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 114 -
CMYK 0.21 0 0.47 0.15
HSL 87.06º 0.57% 0.65% -
HSV(B) 87.06º 0.47% 0.85% -
XYZ 44.17 58.87 24.96 -
YUV 190.62 84.76 113.29 -
System Red Green Blue C M Y K H S L
Decimal 170 216 114 0.21 0 0.47 0.15 87.06 0.57 0.65
Hex AA D8 72 15 0 2F F 57 39 41
Octal 252 330 162 25 0 57 17 127 71 101
Binary 10101010 11011000 1110010 10101 0 101111 1111 1010111 111001 1000001

Color Harmonies of #AAD872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD872

Black with #AAD872

Text Example


Text Example

White with #AAD872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD872; }

 p { color: rgb(170,216,114); }

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

background-color css

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

 a { background-color: rgb(170,216,114); }

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

border-color css

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

 span { border-color: rgb(170,216,114); }

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