Html Css Color HEX #AAD275 Feijoa

📋 copy color: '#AAD275'

red 170 ◦ green 210 ◦ blue 117

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

Shades of Feijoa #AAD275

Tints of Feijoa #AAD275

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.25%

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

R = 34.21%
G = 42.25%
B = 23.54%

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

#AAD275 (or 0xAAD275) is known color: Feijoa. HEX triplet: AA, D2 and 75. RGB value is (170,210,117). Sum of RGB (Red+Green+Blue) = 170+210+117=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD275 is #552D8A. Grayscale: #BBBBBB. Windows color (decimal): -5582219 or 7721642. OLE color: 7721642.

HSL color Cylindrical-coordinate representation of color #AAD275: hue angle of 85.81º degrees, saturation: 0.51, 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 #AAD275 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 210 117 -
CMYK 0.19 0 0.44 0.18
HSL 85.81º 0.51% 0.64% -
HSV(B) 85.81º 0.44% 0.82% -
XYZ 42.84 55.92 25.37 -
YUV 187.44 88.25 115.56 -
System Red Green Blue C M Y K H S L
Decimal 170 210 117 0.19 0 0.44 0.18 85.81 0.51 0.64
Hex AA D2 75 13 0 2C 12 56 33 40
Octal 252 322 165 23 0 54 22 126 63 100
Binary 10101010 11010010 1110101 10011 0 101100 10010 1010110 110011 1000000

Color Harmonies of #AAD275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD275

Black with #AAD275

Text Example


Text Example

White with #AAD275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD275; }

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

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

background-color css

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

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

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

border-color css

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

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

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