Html Css Color HEX #AADE73 Feijoa

📋 copy color: '#AADE73'

red 170 ◦ green 222 ◦ blue 115

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

Shades of Feijoa #AADE73

Tints of Feijoa #AADE73

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.79%

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

R = 33.53%
G = 43.79%
B = 22.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#AADE73 (or 0xAADE73) is known color: Feijoa. HEX triplet: AA, DE and 73. RGB value is (170,222,115). Sum of RGB (Red+Green+Blue) = 170+222+115=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE73 is #55218C. Grayscale: #C2C2C2. Windows color (decimal): -5579149 or 7593642. OLE color: 7593642.

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

Color convert

RGB 170 222 115 -
CMYK 0.23 0 0.48 0.13
HSL 89.16º 0.62% 0.66% -
HSV(B) 89.16º 0.48% 0.87% -
XYZ 45.79 62.03 25.78 -
YUV 194.25 83.27 110.7 -
System Red Green Blue C M Y K H S L
Decimal 170 222 115 0.23 0 0.48 0.13 89.16 0.62 0.66
Hex AA DE 73 17 0 30 D 59 3E 42
Octal 252 336 163 27 0 60 15 131 76 102
Binary 10101010 11011110 1110011 10111 0 110000 1101 1011001 111110 1000010

Color Harmonies of #AADE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE73

Black with #AADE73

Text Example


Text Example

White with #AADE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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