Html Css Color HEX #AACB8D Feijoa

📋 copy color: '#AACB8D'

red 170 ◦ green 203 ◦ blue 141

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

Shades of Feijoa #AACB8D

Tints of Feijoa #AACB8D

RGB

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

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

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

R = 33.07%
G = 39.49%
B = 27.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#AACB8D (or 0xAACB8D) is known color: Feijoa. HEX triplet: AA, CB and 8D. RGB value is (170,203,141). Sum of RGB (Red+Green+Blue) = 170+203+141=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACB8D is #553472. Grayscale: #BABABA. Windows color (decimal): -5583987 or 9292714. OLE color: 9292714.

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

Color convert

RGB 170 203 141 -
CMYK 0.16 0 0.31 0.20
HSL 91.94º 0.37% 0.67% -
HSV(B) 91.94º 0.31% 0.8% -
XYZ 42.74 53.18 33.21 -
YUV 186.07 102.57 116.54 -
System Red Green Blue C M Y K H S L
Decimal 170 203 141 0.16 0 0.31 0.20 91.94 0.37 0.67
Hex AA CB 8D 10 0 1F 14 5C 25 43
Octal 252 313 215 20 0 37 24 134 45 103
Binary 10101010 11001011 10001101 10000 0 11111 10100 1011100 100101 1000011

Color Harmonies of #AACB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACB8D

Black with #AACB8D

Text Example


Text Example

White with #AACB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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