Html Css Color HEX #AAD290 Feijoa

📋 copy color: '#AAD290'

red 170 ◦ green 210 ◦ blue 144

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

Shades of Feijoa #AAD290

Tints of Feijoa #AAD290

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.08%

 BLUE value IS 144 (56.64% from 255) = 27.48%

R = 32.44%
G = 40.08%
B = 27.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#AAD290 (or 0xAAD290) is known color: Feijoa. HEX triplet: AA, D2 and 90. RGB value is (170,210,144). Sum of RGB (Red+Green+Blue) = 170+210+144=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD290 is #552D6F. Grayscale: #BEBEBE. Windows color (decimal): -5582192 or 9491114. OLE color: 9491114.

HSL color Cylindrical-coordinate representation of color #AAD290: hue angle of 96.36º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAD290 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 210 144 -
CMYK 0.19 0 0.31 0.18
HSL 96.36º 0.42% 0.69% -
HSV(B) 96.36º 0.31% 0.82% -
XYZ 44.66 56.65 34.97 -
YUV 190.52 101.75 113.37 -
System Red Green Blue C M Y K H S L
Decimal 170 210 144 0.19 0 0.31 0.18 96.36 0.42 0.69
Hex AA D2 90 13 0 1F 12 60 2A 45
Octal 252 322 220 23 0 37 22 140 52 105
Binary 10101010 11010010 10010000 10011 0 11111 10010 1100000 101010 1000101

Color Harmonies of #AAD290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD290

Black with #AAD290

Text Example


Text Example

White with #AAD290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD290; }

 p { color: rgb(170,210,144); }

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

background-color css

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

 a { background-color: rgb(170,210,144); }

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

border-color css

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

 span { border-color: rgb(170,210,144); }

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