Html Css Color HEX #AACB94 Feijoa

📋 copy color: '#AACB94'

red 170 ◦ green 203 ◦ blue 148

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

Shades of Feijoa #AACB94

Tints of Feijoa #AACB94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.41%

R = 32.63%
G = 38.96%
B = 28.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#AACB94 (or 0xAACB94) is known color: Feijoa. HEX triplet: AA, CB and 94. RGB value is (170,203,148). Sum of RGB (Red+Green+Blue) = 170+203+148=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACB94 is #55346B. Grayscale: #BBBBBB. Windows color (decimal): -5583980 or 9751466. OLE color: 9751466.

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

Color convert

RGB 170 203 148 -
CMYK 0.16 0 0.27 0.20
HSL 96º 0.35% 0.69% -
HSV(B) 96º 0.27% 0.8% -
XYZ 43.28 53.4 36.04 -
YUV 186.86 106.07 115.97 -
System Red Green Blue C M Y K H S L
Decimal 170 203 148 0.16 0 0.27 0.20 96 0.35 0.69
Hex AA CB 94 10 0 1B 14 60 23 45
Octal 252 313 224 20 0 33 24 140 43 105
Binary 10101010 11001011 10010100 10000 0 11011 10100 1100000 100011 1000101

Color Harmonies of #AACB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACB94

Black with #AACB94

Text Example


Text Example

White with #AACB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACB94; }

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

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

background-color css

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

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

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

border-color css

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

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

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