Html Css Color HEX #AADF81 Feijoa

📋 copy color: '#AADF81'

red 170 ◦ green 223 ◦ blue 129

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

Shades of Feijoa #AADF81

Tints of Feijoa #AADF81

RGB

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

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

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

R = 32.57%
G = 42.72%
B = 24.71%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#AADF81 (or 0xAADF81) is known color: Feijoa. HEX triplet: AA, DF and 81. RGB value is (170,223,129). Sum of RGB (Red+Green+Blue) = 170+223+129=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADF81 is #55207E. Grayscale: #C4C4C4. Windows color (decimal): -5578879 or 8511402. OLE color: 8511402.

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

Color convert

RGB 170 223 129 -
CMYK 0.24 0 0.42 0.13
HSL 93.83º 0.59% 0.69% -
HSV(B) 93.83º 0.42% 0.87% -
XYZ 46.93 62.91 30.44 -
YUV 196.44 89.94 109.14 -
System Red Green Blue C M Y K H S L
Decimal 170 223 129 0.24 0 0.42 0.13 93.83 0.59 0.69
Hex AA DF 81 18 0 2A D 5E 3B 45
Octal 252 337 201 30 0 52 15 136 73 105
Binary 10101010 11011111 10000001 11000 0 101010 1101 1011110 111011 1000101

Color Harmonies of #AADF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF81

Black with #AADF81

Text Example


Text Example

White with #AADF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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