Html Css Color HEX #AAD192 Feijoa

📋 copy color: '#AAD192'

red 170 ◦ green 209 ◦ blue 146

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

Shades of Feijoa #AAD192

Tints of Feijoa #AAD192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.81%

R = 32.38%
G = 39.81%
B = 27.81%

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

#AAD192 (or 0xAAD192) is known color: Feijoa. HEX triplet: AA, D1 and 92. RGB value is (170,209,146). Sum of RGB (Red+Green+Blue) = 170+209+146=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD192 is #552E6D. Grayscale: #BEBEBE. Windows color (decimal): -5582446 or 9621930. OLE color: 9621930.

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

Color convert

RGB 170 209 146 -
CMYK 0.19 0 0.30 0.18
HSL 97.14º 0.41% 0.7% -
HSV(B) 97.14º 0.3% 0.82% -
XYZ 44.57 56.22 35.7 -
YUV 190.16 103.08 113.62 -
System Red Green Blue C M Y K H S L
Decimal 170 209 146 0.19 0 0.30 0.18 97.14 0.41 0.7
Hex AA D1 92 13 0 1E 12 61 29 46
Octal 252 321 222 23 0 36 22 141 51 106
Binary 10101010 11010001 10010010 10011 0 11110 10010 1100001 101001 1000110

Color Harmonies of #AAD192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD192

Black with #AAD192

Text Example


Text Example

White with #AAD192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD192; }

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

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

background-color css

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

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

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

border-color css

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

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

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