Html Css Color HEX #AACD92 Feijoa

📋 copy color: '#AACD92'

red 170 ◦ green 205 ◦ blue 146

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

Shades of Feijoa #AACD92

Tints of Feijoa #AACD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.02%

R = 32.63%
G = 39.35%
B = 28.02%

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

#AACD92 (or 0xAACD92) is known color: Feijoa. HEX triplet: AA, CD and 92. RGB value is (170,205,146). Sum of RGB (Red+Green+Blue) = 170+205+146=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACD92 is #55326D. Grayscale: #BCBCBC. Windows color (decimal): -5583470 or 9620906. OLE color: 9620906.

HSL color Cylindrical-coordinate representation of color #AACD92: hue angle of 95.59º degrees, saturation: 0.37, 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 #AACD92 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 205 146 -
CMYK 0.17 0 0.29 0.20
HSL 95.59º 0.37% 0.69% -
HSV(B) 95.59º 0.29% 0.8% -
XYZ 43.6 54.28 35.37 -
YUV 187.81 104.4 115.3 -
System Red Green Blue C M Y K H S L
Decimal 170 205 146 0.17 0 0.29 0.20 95.59 0.37 0.69
Hex AA CD 92 11 0 1D 14 60 25 45
Octal 252 315 222 21 0 35 24 140 45 105
Binary 10101010 11001101 10010010 10001 0 11101 10100 1100000 100101 1000101

Color Harmonies of #AACD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD92

Black with #AACD92

Text Example


Text Example

White with #AACD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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