Html Css Color HEX #AAD175 Feijoa

📋 copy color: '#AAD175'

red 170 ◦ green 209 ◦ blue 117

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

Shades of Feijoa #AAD175

Tints of Feijoa #AAD175

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.14%

 BLUE value IS 117 (46.09% from 255) = 23.59%

R = 34.27%
G = 42.14%
B = 23.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#AAD175 (or 0xAAD175) is known color: Feijoa. HEX triplet: AA, D1 and 75. RGB value is (170,209,117). Sum of RGB (Red+Green+Blue) = 170+209+117=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD175 is #552E8A. Grayscale: #BBBBBB. Windows color (decimal): -5582475 or 7721386. OLE color: 7721386.

HSL color Cylindrical-coordinate representation of color #AAD175: hue angle of 85.43º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAD175 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 209 117 -
CMYK 0.19 0 0.44 0.18
HSL 85.43º 0.5% 0.64% -
HSV(B) 85.43º 0.44% 0.82% -
XYZ 42.59 55.43 25.28 -
YUV 186.85 88.58 115.98 -
System Red Green Blue C M Y K H S L
Decimal 170 209 117 0.19 0 0.44 0.18 85.43 0.5 0.64
Hex AA D1 75 13 0 2C 12 55 32 40
Octal 252 321 165 23 0 54 22 125 62 100
Binary 10101010 11010001 1110101 10011 0 101100 10010 1010101 110010 1000000

Color Harmonies of #AAD175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD175

Black with #AAD175

Text Example


Text Example

White with #AAD175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD175; }

 p { color: rgb(170,209,117); }

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

background-color css

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

 a { background-color: rgb(170,209,117); }

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

border-color css

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

 span { border-color: rgb(170,209,117); }

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