Html Css Color HEX #AADE81 Feijoa

📋 copy color: '#AADE81'

red 170 ◦ green 222 ◦ blue 129

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

Shades of Feijoa #AADE81

Tints of Feijoa #AADE81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.76%

R = 32.63%
G = 42.61%
B = 24.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#AADE81 (or 0xAADE81) is known color: Feijoa. HEX triplet: AA, DE and 81. RGB value is (170,222,129). Sum of RGB (Red+Green+Blue) = 170+222+129=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADE81 is #55217E. Grayscale: #C4C4C4. Windows color (decimal): -5579135 or 8511146. OLE color: 8511146.

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

Color convert

RGB 170 222 129 -
CMYK 0.23 0 0.42 0.13
HSL 93.55º 0.58% 0.69% -
HSV(B) 93.55º 0.42% 0.87% -
XYZ 46.66 62.37 30.35 -
YUV 195.85 90.27 109.56 -
System Red Green Blue C M Y K H S L
Decimal 170 222 129 0.23 0 0.42 0.13 93.55 0.58 0.69
Hex AA DE 81 17 0 2A D 5E 3A 45
Octal 252 336 201 27 0 52 15 136 72 105
Binary 10101010 11011110 10000001 10111 0 101010 1101 1011110 111010 1000101

Color Harmonies of #AADE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE81

Black with #AADE81

Text Example


Text Example

White with #AADE81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE81; }

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

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

background-color css

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

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

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

border-color css

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

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

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