Html Css Color HEX #AACC8B Feijoa

📋 copy color: '#AACC8B'

red 170 ◦ green 204 ◦ blue 139

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

Shades of Feijoa #AACC8B

Tints of Feijoa #AACC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.1%

R = 33.14%
G = 39.77%
B = 27.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#AACC8B (or 0xAACC8B) is known color: Feijoa. HEX triplet: AA, CC and 8B. RGB value is (170,204,139). Sum of RGB (Red+Green+Blue) = 170+204+139=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACC8B is #553374. Grayscale: #BABABA. Windows color (decimal): -5583733 or 9161898. OLE color: 9161898.

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

Color convert

RGB 170 204 139 -
CMYK 0.17 0 0.32 0.2
HSL 91.38º 0.39% 0.67% -
HSV(B) 91.38º 0.32% 0.8% -
XYZ 42.83 53.6 32.51 -
YUV 186.42 101.24 116.29 -
System Red Green Blue C M Y K H S L
Decimal 170 204 139 0.17 0 0.32 0.2 91.38 0.39 0.67
Hex AA CC 8B 11 0 20 14 5B 27 43
Octal 252 314 213 21 0 40 24 133 47 103
Binary 10101010 11001100 10001011 10001 0 100000 10100 1011011 100111 1000011

Color Harmonies of #AACC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC8B

Black with #AACC8B

Text Example


Text Example

White with #AACC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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