Html Css Color HEX #AACB90 Feijoa

📋 copy color: '#AACB90'

red 170 ◦ green 203 ◦ blue 144

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

Shades of Feijoa #AACB90

Tints of Feijoa #AACB90

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.26%

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

R = 32.88%
G = 39.26%
B = 27.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#AACB90 (or 0xAACB90) is known color: Feijoa. HEX triplet: AA, CB and 90. RGB value is (170,203,144). Sum of RGB (Red+Green+Blue) = 170+203+144=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACB90 is #55346F. Grayscale: #BABABA. Windows color (decimal): -5583984 or 9489322. OLE color: 9489322.

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

Color convert

RGB 170 203 144 -
CMYK 0.16 0 0.29 0.20
HSL 93.56º 0.36% 0.68% -
HSV(B) 93.56º 0.29% 0.8% -
XYZ 42.97 53.27 34.4 -
YUV 186.41 104.07 116.3 -
System Red Green Blue C M Y K H S L
Decimal 170 203 144 0.16 0 0.29 0.20 93.56 0.36 0.68
Hex AA CB 90 10 0 1D 14 5E 24 44
Octal 252 313 220 20 0 35 24 136 44 104
Binary 10101010 11001011 10010000 10000 0 11101 10100 1011110 100100 1000100

Color Harmonies of #AACB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACB90

Black with #AACB90

Text Example


Text Example

White with #AACB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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