Html Css Color HEX #AADE76 Feijoa

📋 copy color: '#AADE76'

red 170 ◦ green 222 ◦ blue 118

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

Shades of Feijoa #AADE76

Tints of Feijoa #AADE76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.14%

R = 33.33%
G = 43.53%
B = 23.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#AADE76 (or 0xAADE76) is known color: Feijoa. HEX triplet: AA, DE and 76. RGB value is (170,222,118). Sum of RGB (Red+Green+Blue) = 170+222+118=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE76 is #552189. Grayscale: #C2C2C2. Windows color (decimal): -5579146 or 7790250. OLE color: 7790250.

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

Color convert

RGB 170 222 118 -
CMYK 0.23 0 0.47 0.13
HSL 90º 0.61% 0.67% -
HSV(B) 90º 0.47% 0.87% -
XYZ 45.97 62.1 26.7 -
YUV 194.6 84.77 110.46 -
System Red Green Blue C M Y K H S L
Decimal 170 222 118 0.23 0 0.47 0.13 90 0.61 0.67
Hex AA DE 76 17 0 2F D 5A 3D 43
Octal 252 336 166 27 0 57 15 132 75 103
Binary 10101010 11011110 1110110 10111 0 101111 1101 1011010 111101 1000011

Color Harmonies of #AADE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE76

Black with #AADE76

Text Example


Text Example

White with #AADE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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