Html Css Color HEX #AADA81 Feijoa

📋 copy color: '#AADA81'

red 170 ◦ green 218 ◦ blue 129

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

Shades of Feijoa #AADA81

Tints of Feijoa #AADA81

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.17%

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

R = 32.88%
G = 42.17%
B = 24.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#AADA81 (or 0xAADA81) is known color: Feijoa. HEX triplet: AA, DA and 81. RGB value is (170,218,129). Sum of RGB (Red+Green+Blue) = 170+218+129=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADA81 is #55257E. Grayscale: #C1C1C1. Windows color (decimal): -5580159 or 8510122. OLE color: 8510122.

HSL color Cylindrical-coordinate representation of color #AADA81: hue angle of 92.36º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AADA81 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 129 -
CMYK 0.22 0 0.41 0.15
HSL 92.36º 0.55% 0.68% -
HSV(B) 92.36º 0.41% 0.85% -
XYZ 45.61 60.27 30 -
YUV 193.5 91.6 111.24 -
System Red Green Blue C M Y K H S L
Decimal 170 218 129 0.22 0 0.41 0.15 92.36 0.55 0.68
Hex AA DA 81 16 0 29 F 5C 37 44
Octal 252 332 201 26 0 51 17 134 67 104
Binary 10101010 11011010 10000001 10110 0 101001 1111 1011100 110111 1000100

Color Harmonies of #AADA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA81

Black with #AADA81

Text Example


Text Example

White with #AADA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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