Html Css Color HEX #AAD585 Feijoa

📋 copy color: '#AAD585'

red 170 ◦ green 213 ◦ blue 133

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

Shades of Feijoa #AAD585

Tints of Feijoa #AAD585

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.28%

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

R = 32.95%
G = 41.28%
B = 25.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#AAD585 (or 0xAAD585) is known color: Feijoa. HEX triplet: AA, D5 and 85. RGB value is (170,213,133). Sum of RGB (Red+Green+Blue) = 170+213+133=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD585 is #552A7A. Grayscale: #BFBFBF. Windows color (decimal): -5581435 or 8770986. OLE color: 8770986.

HSL color Cylindrical-coordinate representation of color #AAD585: hue angle of 92.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAD585 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 133 -
CMYK 0.20 0 0.38 0.16
HSL 92.25º 0.49% 0.68% -
HSV(B) 92.25º 0.38% 0.84% -
XYZ 44.61 57.83 31 -
YUV 191.02 95.25 113 -
System Red Green Blue C M Y K H S L
Decimal 170 213 133 0.20 0 0.38 0.16 92.25 0.49 0.68
Hex AA D5 85 14 0 26 10 5C 31 44
Octal 252 325 205 24 0 46 20 134 61 104
Binary 10101010 11010101 10000101 10100 0 100110 10000 1011100 110001 1000100

Color Harmonies of #AAD585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD585

Black with #AAD585

Text Example


Text Example

White with #AAD585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD585; }

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

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

background-color css

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

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

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

border-color css

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

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

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