Html Css Color HEX #AADC73 Feijoa

📋 copy color: '#AADC73'

red 170 ◦ green 220 ◦ blue 115

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

Shades of Feijoa #AADC73

Tints of Feijoa #AADC73

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.56%

 BLUE value IS 115 (45.31% from 255) = 22.77%

R = 33.66%
G = 43.56%
B = 22.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#AADC73 (or 0xAADC73) is known color: Feijoa. HEX triplet: AA, DC and 73. RGB value is (170,220,115). Sum of RGB (Red+Green+Blue) = 170+220+115=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC73 is #55238C. Grayscale: #C1C1C1. Windows color (decimal): -5579661 or 7593130. OLE color: 7593130.

HSL color Cylindrical-coordinate representation of color #AADC73: hue angle of 88.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AADC73 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 115 -
CMYK 0.23 0 0.48 0.14
HSL 88.57º 0.6% 0.66% -
HSV(B) 88.57º 0.48% 0.86% -
XYZ 45.27 60.97 25.6 -
YUV 193.08 83.94 111.54 -
System Red Green Blue C M Y K H S L
Decimal 170 220 115 0.23 0 0.48 0.14 88.57 0.6 0.66
Hex AA DC 73 17 0 30 E 59 3C 42
Octal 252 334 163 27 0 60 16 131 74 102
Binary 10101010 11011100 1110011 10111 0 110000 1110 1011001 111100 1000010

Color Harmonies of #AADC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC73

Black with #AADC73

Text Example


Text Example

White with #AADC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC73; }

 p { color: rgb(170,220,115); }

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

background-color css

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

 a { background-color: rgb(170,220,115); }

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

border-color css

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

 span { border-color: rgb(170,220,115); }

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