Html Css Color HEX #AACD91 Feijoa

📋 copy color: '#AACD91'

red 170 ◦ green 205 ◦ blue 145

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

Shades of Feijoa #AACD91

Tints of Feijoa #AACD91

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.42%

 BLUE value IS 145 (57.03% from 255) = 27.88%

R = 32.69%
G = 39.42%
B = 27.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#AACD91 (or 0xAACD91) is known color: Feijoa. HEX triplet: AA, CD and 91. RGB value is (170,205,145). Sum of RGB (Red+Green+Blue) = 170+205+145=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACD91 is #55326E. Grayscale: #BBBBBB. Windows color (decimal): -5583471 or 9555370. OLE color: 9555370.

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

Color convert

RGB 170 205 145 -
CMYK 0.17 0 0.29 0.20
HSL 95º 0.38% 0.69% -
HSV(B) 95º 0.29% 0.8% -
XYZ 43.52 54.25 34.97 -
YUV 187.7 103.9 115.38 -
System Red Green Blue C M Y K H S L
Decimal 170 205 145 0.17 0 0.29 0.20 95 0.38 0.69
Hex AA CD 91 11 0 1D 14 5F 26 45
Octal 252 315 221 21 0 35 24 137 46 105
Binary 10101010 11001101 10010001 10001 0 11101 10100 1011111 100110 1000101

Color Harmonies of #AACD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD91

Black with #AACD91

Text Example


Text Example

White with #AACD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD91; }

 p { color: rgb(170,205,145); }

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

background-color css

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

 a { background-color: rgb(170,205,145); }

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

border-color css

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

 span { border-color: rgb(170,205,145); }

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