Html Css Color HEX #AADF80 Feijoa

📋 copy color: '#AADF80'

red 170 ◦ green 223 ◦ blue 128

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

Shades of Feijoa #AADF80

Tints of Feijoa #AADF80

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.8%

 BLUE value IS 128 (50.39% from 255) = 24.57%

R = 32.63%
G = 42.8%
B = 24.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#AADF80 (or 0xAADF80) is known color: Feijoa. HEX triplet: AA, DF and 80. RGB value is (170,223,128). Sum of RGB (Red+Green+Blue) = 170+223+128=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADF80 is #55207F. Grayscale: #C4C4C4. Windows color (decimal): -5578880 or 8445866. OLE color: 8445866.

HSL color Cylindrical-coordinate representation of color #AADF80: hue angle of 93.47º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AADF80 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 223 128 -
CMYK 0.24 0 0.43 0.13
HSL 93.47º 0.6% 0.69% -
HSV(B) 93.47º 0.43% 0.87% -
XYZ 46.86 62.88 30.09 -
YUV 196.32 89.44 109.22 -
System Red Green Blue C M Y K H S L
Decimal 170 223 128 0.24 0 0.43 0.13 93.47 0.6 0.69
Hex AA DF 80 18 0 2B D 5D 3C 45
Octal 252 337 200 30 0 53 15 135 74 105
Binary 10101010 11011111 10000000 11000 0 101011 1101 1011101 111100 1000101

Color Harmonies of #AADF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF80

Black with #AADF80

Text Example


Text Example

White with #AADF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF80; }

 p { color: rgb(170,223,128); }

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

background-color css

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

 a { background-color: rgb(170,223,128); }

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

border-color css

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

 span { border-color: rgb(170,223,128); }

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