Html Css Color HEX #AAD470 Feijoa

📋 copy color: '#AAD470'

red 170 ◦ green 212 ◦ blue 112

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

Shades of Feijoa #AAD470

Tints of Feijoa #AAD470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.67%

R = 34.41%
G = 42.91%
B = 22.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#AAD470 (or 0xAAD470) is known color: Feijoa. HEX triplet: AA, D4 and 70. RGB value is (170,212,112). Sum of RGB (Red+Green+Blue) = 170+212+112=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD470 is #552B8F. Grayscale: #BCBCBC. Windows color (decimal): -5581712 or 7394474. OLE color: 7394474.

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

Color convert

RGB 170 212 112 -
CMYK 0.20 0 0.47 0.17
HSL 85.2º 0.54% 0.64% -
HSV(B) 85.2º 0.47% 0.83% -
XYZ 43.05 56.8 24.02 -
YUV 188.04 85.09 115.13 -
System Red Green Blue C M Y K H S L
Decimal 170 212 112 0.20 0 0.47 0.17 85.2 0.54 0.64
Hex AA D4 70 14 0 2F 11 55 36 40
Octal 252 324 160 24 0 57 21 125 66 100
Binary 10101010 11010100 1110000 10100 0 101111 10001 1010101 110110 1000000

Color Harmonies of #AAD470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD470

Black with #AAD470

Text Example


Text Example

White with #AAD470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD470; }

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

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

background-color css

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

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

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

border-color css

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

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

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