Html Css Color HEX #AACA90 Feijoa

📋 copy color: '#AACA90'

red 170 ◦ green 202 ◦ blue 144

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

Shades of Feijoa #AACA90

Tints of Feijoa #AACA90

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.15%

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

R = 32.95%
G = 39.15%
B = 27.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#AACA90 (or 0xAACA90) is known color: Feijoa. HEX triplet: AA, CA and 90. RGB value is (170,202,144). Sum of RGB (Red+Green+Blue) = 170+202+144=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACA90 is #55356F. Grayscale: #BABABA. Windows color (decimal): -5584240 or 9489066. OLE color: 9489066.

HSL color Cylindrical-coordinate representation of color #AACA90: hue angle of 93.1º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AACA90 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 202 144 -
CMYK 0.16 0 0.29 0.21
HSL 93.1º 0.35% 0.68% -
HSV(B) 93.1º 0.29% 0.79% -
XYZ 42.73 52.8 34.32 -
YUV 185.82 104.4 116.72 -
System Red Green Blue C M Y K H S L
Decimal 170 202 144 0.16 0 0.29 0.21 93.1 0.35 0.68
Hex AA CA 90 10 0 1D 15 5D 23 44
Octal 252 312 220 20 0 35 25 135 43 104
Binary 10101010 11001010 10010000 10000 0 11101 10101 1011101 100011 1000100

Color Harmonies of #AACA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACA90

Black with #AACA90

Text Example


Text Example

White with #AACA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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