Html Css Color HEX #AACA8E Feijoa

📋 copy color: '#AACA8E'

red 170 ◦ green 202 ◦ blue 142

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

Shades of Feijoa #AACA8E

Tints of Feijoa #AACA8E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.3%

 BLUE value IS 142 (55.86% from 255) = 27.63%

R = 33.07%
G = 39.3%
B = 27.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#AACA8E (or 0xAACA8E) is known color: Feijoa. HEX triplet: AA, CA and 8E. RGB value is (170,202,142). Sum of RGB (Red+Green+Blue) = 170+202+142=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACA8E is #553571. Grayscale: #B9B9B9. Windows color (decimal): -5584242 or 9357994. OLE color: 9357994.

HSL color Cylindrical-coordinate representation of color #AACA8E: hue angle of 92º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AACA8E is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 202 142 -
CMYK 0.16 0 0.30 0.21
HSL 92º 0.36% 0.67% -
HSV(B) 92º 0.3% 0.79% -
XYZ 42.58 52.74 33.53 -
YUV 185.59 103.4 116.88 -
System Red Green Blue C M Y K H S L
Decimal 170 202 142 0.16 0 0.30 0.21 92 0.36 0.67
Hex AA CA 8E 10 0 1E 15 5C 24 43
Octal 252 312 216 20 0 36 25 134 44 103
Binary 10101010 11001010 10001110 10000 0 11110 10101 1011100 100100 1000011

Color Harmonies of #AACA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACA8E

Black with #AACA8E

Text Example


Text Example

White with #AACA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACA8E; }

 p { color: rgb(170,202,142); }

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

background-color css

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

 a { background-color: rgb(170,202,142); }

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

border-color css

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

 span { border-color: rgb(170,202,142); }

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