Html Css Color HEX #AAD474 Feijoa

📋 copy color: '#AAD474'

red 170 ◦ green 212 ◦ blue 116

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

Shades of Feijoa #AAD474

Tints of Feijoa #AAD474

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.57%

 BLUE value IS 116 (45.7% from 255) = 23.29%

R = 34.14%
G = 42.57%
B = 23.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#AAD474 (or 0xAAD474) is known color: Feijoa. HEX triplet: AA, D4 and 74. RGB value is (170,212,116). Sum of RGB (Red+Green+Blue) = 170+212+116=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD474 is #552B8B. Grayscale: #BCBCBC. Windows color (decimal): -5581708 or 7656618. OLE color: 7656618.

HSL color Cylindrical-coordinate representation of color #AAD474: hue angle of 86.25º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAD474 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 116 -
CMYK 0.20 0 0.45 0.17
HSL 86.25º 0.53% 0.64% -
HSV(B) 86.25º 0.45% 0.83% -
XYZ 43.27 56.89 25.22 -
YUV 188.5 87.09 114.81 -
System Red Green Blue C M Y K H S L
Decimal 170 212 116 0.20 0 0.45 0.17 86.25 0.53 0.64
Hex AA D4 74 14 0 2D 11 56 35 40
Octal 252 324 164 24 0 55 21 126 65 100
Binary 10101010 11010100 1110100 10100 0 101101 10001 1010110 110101 1000000

Color Harmonies of #AAD474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD474

Black with #AAD474

Text Example


Text Example

White with #AAD474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD474; }

 p { color: rgb(170,212,116); }

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

background-color css

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

 a { background-color: rgb(170,212,116); }

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

border-color css

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

 span { border-color: rgb(170,212,116); }

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