Html Css Color HEX #AACD81 Feijoa

📋 copy color: '#AACD81'

red 170 ◦ green 205 ◦ blue 129

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

Shades of Feijoa #AACD81

Tints of Feijoa #AACD81

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.67%

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

R = 33.73%
G = 40.67%
B = 25.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#AACD81 (or 0xAACD81) is known color: Feijoa. HEX triplet: AA, CD and 81. RGB value is (170,205,129). Sum of RGB (Red+Green+Blue) = 170+205+129=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACD81 is #55327E. Grayscale: #BABABA. Windows color (decimal): -5583487 or 8506794. OLE color: 8506794.

HSL color Cylindrical-coordinate representation of color #AACD81: hue angle of 87.63º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AACD81 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 205 129 -
CMYK 0.17 0 0.37 0.20
HSL 87.63º 0.43% 0.65% -
HSV(B) 87.63º 0.37% 0.8% -
XYZ 42.37 53.79 28.92 -
YUV 185.87 95.9 116.68 -
System Red Green Blue C M Y K H S L
Decimal 170 205 129 0.17 0 0.37 0.20 87.63 0.43 0.65
Hex AA CD 81 11 0 25 14 58 2B 41
Octal 252 315 201 21 0 45 24 130 53 101
Binary 10101010 11001101 10000001 10001 0 100101 10100 1011000 101011 1000001

Color Harmonies of #AACD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD81

Black with #AACD81

Text Example


Text Example

White with #AACD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD81; }

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

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

background-color css

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

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

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

border-color css

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

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

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