Html Css Color HEX #AADC81 Feijoa

📋 copy color: '#AADC81'

red 170 ◦ green 220 ◦ blue 129

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

Shades of Feijoa #AADC81

Tints of Feijoa #AADC81

RGB

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

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

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

R = 32.76%
G = 42.39%
B = 24.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#AADC81 (or 0xAADC81) is known color: Feijoa. HEX triplet: AA, DC and 81. RGB value is (170,220,129). Sum of RGB (Red+Green+Blue) = 170+220+129=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC81 is #55237E. Grayscale: #C2C2C2. Windows color (decimal): -5579647 or 8510634. OLE color: 8510634.

HSL color Cylindrical-coordinate representation of color #AADC81: hue angle of 92.97º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AADC81 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 129 -
CMYK 0.23 0 0.41 0.14
HSL 92.97º 0.57% 0.68% -
HSV(B) 92.97º 0.41% 0.86% -
XYZ 46.13 61.32 30.17 -
YUV 194.68 90.94 110.4 -
System Red Green Blue C M Y K H S L
Decimal 170 220 129 0.23 0 0.41 0.14 92.97 0.57 0.68
Hex AA DC 81 17 0 29 E 5D 39 44
Octal 252 334 201 27 0 51 16 135 71 104
Binary 10101010 11011100 10000001 10111 0 101001 1110 1011101 111001 1000100

Color Harmonies of #AADC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC81

Black with #AADC81

Text Example


Text Example

White with #AADC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC81; }

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

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

background-color css

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

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

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

border-color css

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

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

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