Html Css Color HEX #AADC6D Feijoa

📋 copy color: '#AADC6D'

red 170 ◦ green 220 ◦ blue 109

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

Shades of Feijoa #AADC6D

Tints of Feijoa #AADC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.84%

R = 34.07%
G = 44.09%
B = 21.84%

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

#AADC6D (or 0xAADC6D) is known color: Feijoa. HEX triplet: AA, DC and 6D. RGB value is (170,220,109). Sum of RGB (Red+Green+Blue) = 170+220+109=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC6D is #552392. Grayscale: #C0C0C0. Windows color (decimal): -5579667 or 7199914. OLE color: 7199914.

HSL color Cylindrical-coordinate representation of color #AADC6D: hue angle of 87.03º 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 #AADC6D is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 109 -
CMYK 0.23 0 0.50 0.14
HSL 87.03º 0.61% 0.65% -
HSV(B) 87.03º 0.5% 0.86% -
XYZ 44.93 60.84 23.84 -
YUV 192.4 80.94 112.03 -
System Red Green Blue C M Y K H S L
Decimal 170 220 109 0.23 0 0.50 0.14 87.03 0.61 0.65
Hex AA DC 6D 17 0 32 E 57 3D 41
Octal 252 334 155 27 0 62 16 127 75 101
Binary 10101010 11011100 1101101 10111 0 110010 1110 1010111 111101 1000001

Color Harmonies of #AADC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC6D

Black with #AADC6D

Text Example


Text Example

White with #AADC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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