Html Css Color HEX #AADE6E Feijoa

📋 copy color: '#AADE6E'

red 170 ◦ green 222 ◦ blue 110

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

Shades of Feijoa #AADE6E

Tints of Feijoa #AADE6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.91%

R = 33.86%
G = 44.22%
B = 21.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#AADE6E (or 0xAADE6E) is known color: Feijoa. HEX triplet: AA, DE and 6E. RGB value is (170,222,110). Sum of RGB (Red+Green+Blue) = 170+222+110=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE6E is #552191. Grayscale: #C2C2C2. Windows color (decimal): -5579154 or 7265962. OLE color: 7265962.

HSL color Cylindrical-coordinate representation of color #AADE6E: hue angle of 87.86º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AADE6E is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 222 110 -
CMYK 0.23 0 0.50 0.13
HSL 87.86º 0.63% 0.65% -
HSV(B) 87.86º 0.5% 0.87% -
XYZ 45.51 61.91 24.3 -
YUV 193.68 80.77 111.11 -
System Red Green Blue C M Y K H S L
Decimal 170 222 110 0.23 0 0.50 0.13 87.86 0.63 0.65
Hex AA DE 6E 17 0 32 D 58 3F 41
Octal 252 336 156 27 0 62 15 130 77 101
Binary 10101010 11011110 1101110 10111 0 110010 1101 1011000 111111 1000001

Color Harmonies of #AADE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE6E

Black with #AADE6E

Text Example


Text Example

White with #AADE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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