Html Css Color HEX #AACC8D Feijoa

📋 copy color: '#AACC8D'

red 170 ◦ green 204 ◦ blue 141

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

Shades of Feijoa #AACC8D

Tints of Feijoa #AACC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.38%

R = 33.01%
G = 39.61%
B = 27.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#AACC8D (or 0xAACC8D) is known color: Feijoa. HEX triplet: AA, CC and 8D. RGB value is (170,204,141). Sum of RGB (Red+Green+Blue) = 170+204+141=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACC8D is #553372. Grayscale: #BABABA. Windows color (decimal): -5583731 or 9292970. OLE color: 9292970.

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

Color convert

RGB 170 204 141 -
CMYK 0.17 0 0.31 0.2
HSL 92.38º 0.38% 0.68% -
HSV(B) 92.38º 0.31% 0.8% -
XYZ 42.98 53.65 33.29 -
YUV 186.65 102.24 116.12 -
System Red Green Blue C M Y K H S L
Decimal 170 204 141 0.17 0 0.31 0.2 92.38 0.38 0.68
Hex AA CC 8D 11 0 1F 14 5C 26 44
Octal 252 314 215 21 0 37 24 134 46 104
Binary 10101010 11001100 10001101 10001 0 11111 10100 1011100 100110 1000100

Color Harmonies of #AACC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC8D

Black with #AACC8D

Text Example


Text Example

White with #AACC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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