Html Css Color HEX #AADD6F Feijoa

📋 copy color: '#AADD6F'

red 170 ◦ green 221 ◦ blue 111

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

Shades of Feijoa #AADD6F

Tints of Feijoa #AADD6F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.02%

 BLUE value IS 111 (43.75% from 255) = 22.11%

R = 33.86%
G = 44.02%
B = 22.11%

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

#AADD6F (or 0xAADD6F) is known color: Feijoa. HEX triplet: AA, DD and 6F. RGB value is (170,221,111). Sum of RGB (Red+Green+Blue) = 170+221+111=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD6F is #552290. Grayscale: #C1C1C1. Windows color (decimal): -5579409 or 7331242. OLE color: 7331242.

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

Color convert

RGB 170 221 111 -
CMYK 0.23 0 0.50 0.13
HSL 87.82º 0.62% 0.65% -
HSV(B) 87.82º 0.5% 0.87% -
XYZ 45.3 61.41 24.5 -
YUV 193.21 81.6 111.44 -
System Red Green Blue C M Y K H S L
Decimal 170 221 111 0.23 0 0.50 0.13 87.82 0.62 0.65
Hex AA DD 6F 17 0 32 D 58 3E 41
Octal 252 335 157 27 0 62 15 130 76 101
Binary 10101010 11011101 1101111 10111 0 110010 1101 1011000 111110 1000001

Color Harmonies of #AADD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD6F

Black with #AADD6F

Text Example


Text Example

White with #AADD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD6F; }

 p { color: rgb(170,221,111); }

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

background-color css

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

 a { background-color: rgb(170,221,111); }

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

border-color css

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

 span { border-color: rgb(170,221,111); }

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