Html Css Color HEX #AADA92 Feijoa

📋 copy color: '#AADA92'

red 170 ◦ green 218 ◦ blue 146

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

Shades of Feijoa #AADA92

Tints of Feijoa #AADA92

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.82%

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

R = 31.84%
G = 40.82%
B = 27.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#AADA92 (or 0xAADA92) is known color: Feijoa. HEX triplet: AA, DA and 92. RGB value is (170,218,146). Sum of RGB (Red+Green+Blue) = 170+218+146=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADA92 is #55256D. Grayscale: #C3C3C3. Windows color (decimal): -5580142 or 9624234. OLE color: 9624234.

HSL color Cylindrical-coordinate representation of color #AADA92: hue angle of 100º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AADA92 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 146 -
CMYK 0.22 0 0.33 0.15
HSL 100º 0.49% 0.71% -
HSV(B) 100º 0.33% 0.85% -
XYZ 46.84 60.76 36.45 -
YUV 195.44 100.1 109.85 -
System Red Green Blue C M Y K H S L
Decimal 170 218 146 0.22 0 0.33 0.15 100 0.49 0.71
Hex AA DA 92 16 0 21 F 64 31 47
Octal 252 332 222 26 0 41 17 144 61 107
Binary 10101010 11011010 10010010 10110 0 100001 1111 1100100 110001 1000111

Color Harmonies of #AADA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA92

Black with #AADA92

Text Example


Text Example

White with #AADA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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