Html Css Color HEX #AAD781 Feijoa

📋 copy color: '#AAD781'

red 170 ◦ green 215 ◦ blue 129

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

Shades of Feijoa #AAD781

Tints of Feijoa #AAD781

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.83%

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

R = 33.07%
G = 41.83%
B = 25.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#AAD781 (or 0xAAD781) is known color: Feijoa. HEX triplet: AA, D7 and 81. RGB value is (170,215,129). Sum of RGB (Red+Green+Blue) = 170+215+129=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD781 is #55287E. Grayscale: #C0C0C0. Windows color (decimal): -5580927 or 8509354. OLE color: 8509354.

HSL color Cylindrical-coordinate representation of color #AAD781: hue angle of 91.4º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAD781 is Cyan = 0.21, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 215 129 -
CMYK 0.21 0 0.4 0.16
HSL 91.4º 0.52% 0.67% -
HSV(B) 91.4º 0.4% 0.84% -
XYZ 44.84 58.73 29.74 -
YUV 191.74 92.59 112.49 -
System Red Green Blue C M Y K H S L
Decimal 170 215 129 0.21 0 0.4 0.16 91.4 0.52 0.67
Hex AA D7 81 15 0 28 10 5B 34 43
Octal 252 327 201 25 0 50 20 133 64 103
Binary 10101010 11010111 10000001 10101 0 101000 10000 1011011 110100 1000011

Color Harmonies of #AAD781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD781

Black with #AAD781

Text Example


Text Example

White with #AAD781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD781; }

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

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

background-color css

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

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

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

border-color css

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

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

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