Html Css Color HEX #AACC96 Feijoa

📋 copy color: '#AACC96'

red 170 ◦ green 204 ◦ blue 150

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

Shades of Feijoa #AACC96

Tints of Feijoa #AACC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.63%

R = 32.44%
G = 38.93%
B = 28.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#AACC96 (or 0xAACC96) is known color: Feijoa. HEX triplet: AA, CC and 96. RGB value is (170,204,150). Sum of RGB (Red+Green+Blue) = 170+204+150=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACC96 is #553369. Grayscale: #BBBBBB. Windows color (decimal): -5583722 or 9882794. OLE color: 9882794.

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

Color convert

RGB 170 204 150 -
CMYK 0.17 0 0.26 0.2
HSL 97.78º 0.35% 0.69% -
HSV(B) 97.78º 0.26% 0.8% -
XYZ 43.68 53.93 36.96 -
YUV 187.68 106.74 115.39 -
System Red Green Blue C M Y K H S L
Decimal 170 204 150 0.17 0 0.26 0.2 97.78 0.35 0.69
Hex AA CC 96 11 0 1A 14 62 23 45
Octal 252 314 226 21 0 32 24 142 43 105
Binary 10101010 11001100 10010110 10001 0 11010 10100 1100010 100011 1000101

Color Harmonies of #AACC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC96

Black with #AACC96

Text Example


Text Example

White with #AACC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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