Html Css Color HEX #AADC6E Feijoa

📋 copy color: '#AADC6E'

red 170 ◦ green 220 ◦ blue 110

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

Shades of Feijoa #AADC6E

Tints of Feijoa #AADC6E

RGB

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

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

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

R = 34%
G = 44%
B = 22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#AADC6E (or 0xAADC6E) is known color: Feijoa. HEX triplet: AA, DC and 6E. RGB value is (170,220,110). Sum of RGB (Red+Green+Blue) = 170+220+110=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC6E is #552391. Grayscale: #C0C0C0. Windows color (decimal): -5579666 or 7265450. OLE color: 7265450.

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

Color convert

RGB 170 220 110 -
CMYK 0.23 0 0.50 0.14
HSL 87.27º 0.61% 0.65% -
HSV(B) 87.27º 0.5% 0.86% -
XYZ 44.99 60.86 24.13 -
YUV 192.51 81.44 111.94 -
System Red Green Blue C M Y K H S L
Decimal 170 220 110 0.23 0 0.50 0.14 87.27 0.61 0.65
Hex AA DC 6E 17 0 32 E 57 3D 41
Octal 252 334 156 27 0 62 16 127 75 101
Binary 10101010 11011100 1101110 10111 0 110010 1110 1010111 111101 1000001

Color Harmonies of #AADC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC6E

Black with #AADC6E

Text Example


Text Example

White with #AADC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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