Html Css Color HEX #AAD294 Feijoa

📋 copy color: '#AAD294'

red 170 ◦ green 210 ◦ blue 148

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

Shades of Feijoa #AAD294

Tints of Feijoa #AAD294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.03%

R = 32.2%
G = 39.77%
B = 28.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#AAD294 (or 0xAAD294) is known color: Feijoa. HEX triplet: AA, D2 and 94. RGB value is (170,210,148). Sum of RGB (Red+Green+Blue) = 170+210+148=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD294 is #552D6B. Grayscale: #BFBFBF. Windows color (decimal): -5582188 or 9753258. OLE color: 9753258.

HSL color Cylindrical-coordinate representation of color #AAD294: hue angle of 98.71º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAD294 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 210 148 -
CMYK 0.19 0 0.30 0.18
HSL 98.71º 0.41% 0.7% -
HSV(B) 98.71º 0.3% 0.82% -
XYZ 44.97 56.78 36.61 -
YUV 190.97 103.75 113.04 -
System Red Green Blue C M Y K H S L
Decimal 170 210 148 0.19 0 0.30 0.18 98.71 0.41 0.7
Hex AA D2 94 13 0 1E 12 63 29 46
Octal 252 322 224 23 0 36 22 143 51 106
Binary 10101010 11010010 10010100 10011 0 11110 10010 1100011 101001 1000110

Color Harmonies of #AAD294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD294

Black with #AAD294

Text Example


Text Example

White with #AAD294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD294; }

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

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

background-color css

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

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

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

border-color css

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

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

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