Html Css Color HEX #AAD185 Feijoa

📋 copy color: '#AAD185'

red 170 ◦ green 209 ◦ blue 133

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

Shades of Feijoa #AAD185

Tints of Feijoa #AAD185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.98%

R = 33.2%
G = 40.82%
B = 25.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#AAD185 (or 0xAAD185) is known color: Feijoa. HEX triplet: AA, D1 and 85. RGB value is (170,209,133). Sum of RGB (Red+Green+Blue) = 170+209+133=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD185 is #552E7A. Grayscale: #BCBCBC. Windows color (decimal): -5582459 or 8769962. OLE color: 8769962.

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

Color convert

RGB 170 209 133 -
CMYK 0.19 0 0.36 0.18
HSL 90.79º 0.45% 0.67% -
HSV(B) 90.79º 0.36% 0.82% -
XYZ 43.61 55.84 30.67 -
YUV 188.68 96.58 114.68 -
System Red Green Blue C M Y K H S L
Decimal 170 209 133 0.19 0 0.36 0.18 90.79 0.45 0.67
Hex AA D1 85 13 0 24 12 5B 2D 43
Octal 252 321 205 23 0 44 22 133 55 103
Binary 10101010 11010001 10000101 10011 0 100100 10010 1011011 101101 1000011

Color Harmonies of #AAD185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD185

Black with #AAD185

Text Example


Text Example

White with #AAD185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD185; }

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

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

background-color css

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

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

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

border-color css

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

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

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