Html Css Color HEX #AADD90 Feijoa

📋 copy color: '#AADD90'

red 170 ◦ green 221 ◦ blue 144

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

Shades of Feijoa #AADD90

Tints of Feijoa #AADD90

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.31%

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

R = 31.78%
G = 41.31%
B = 26.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#AADD90 (or 0xAADD90) is known color: Feijoa. HEX triplet: AA, DD and 90. RGB value is (170,221,144). Sum of RGB (Red+Green+Blue) = 170+221+144=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD90 is #55226F. Grayscale: #C5C5C5. Windows color (decimal): -5579376 or 9493930. OLE color: 9493930.

HSL color Cylindrical-coordinate representation of color #AADD90: hue angle of 99.74º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AADD90 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 144 -
CMYK 0.23 0 0.35 0.13
HSL 99.74º 0.53% 0.72% -
HSV(B) 99.74º 0.35% 0.87% -
XYZ 47.47 62.27 35.9 -
YUV 196.97 98.1 108.76 -
System Red Green Blue C M Y K H S L
Decimal 170 221 144 0.23 0 0.35 0.13 99.74 0.53 0.72
Hex AA DD 90 17 0 23 D 64 35 48
Octal 252 335 220 27 0 43 15 144 65 110
Binary 10101010 11011101 10010000 10111 0 100011 1101 1100100 110101 1001000

Color Harmonies of #AADD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD90

Black with #AADD90

Text Example


Text Example

White with #AADD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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