Html Css Color HEX #AACC94 Feijoa

📋 copy color: '#AACC94'

red 170 ◦ green 204 ◦ blue 148

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

Shades of Feijoa #AACC94

Tints of Feijoa #AACC94

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.08%

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

R = 32.57%
G = 39.08%
B = 28.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#AACC94 (or 0xAACC94) is known color: Feijoa. HEX triplet: AA, CC and 94. RGB value is (170,204,148). Sum of RGB (Red+Green+Blue) = 170+204+148=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACC94 is #55336B. Grayscale: #BBBBBB. Windows color (decimal): -5583724 or 9751722. OLE color: 9751722.

HSL color Cylindrical-coordinate representation of color #AACC94: hue angle of 96.43º 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 #AACC94 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 148 -
CMYK 0.17 0 0.27 0.2
HSL 96.43º 0.35% 0.69% -
HSV(B) 96.43º 0.27% 0.8% -
XYZ 43.52 53.87 36.12 -
YUV 187.45 105.74 115.55 -
System Red Green Blue C M Y K H S L
Decimal 170 204 148 0.17 0 0.27 0.2 96.43 0.35 0.69
Hex AA CC 94 11 0 1B 14 60 23 45
Octal 252 314 224 21 0 33 24 140 43 105
Binary 10101010 11001100 10010100 10001 0 11011 10100 1100000 100011 1000101

Color Harmonies of #AACC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC94

Black with #AACC94

Text Example


Text Example

White with #AACC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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