Html Css Color HEX #AAD78C Feijoa

📋 copy color: '#AAD78C'

red 170 ◦ green 215 ◦ blue 140

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

Shades of Feijoa #AAD78C

Tints of Feijoa #AAD78C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.67%

R = 32.38%
G = 40.95%
B = 26.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#AAD78C (or 0xAAD78C) is known color: Feijoa. HEX triplet: AA, D7 and 8C. RGB value is (170,215,140). Sum of RGB (Red+Green+Blue) = 170+215+140=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD78C is #552873. Grayscale: #C1C1C1. Windows color (decimal): -5580916 or 9230250. OLE color: 9230250.

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

Color convert

RGB 170 215 140 -
CMYK 0.21 0 0.35 0.16
HSL 96º 0.48% 0.7% -
HSV(B) 96º 0.35% 0.84% -
XYZ 45.61 59.04 33.8 -
YUV 193 98.09 111.6 -
System Red Green Blue C M Y K H S L
Decimal 170 215 140 0.21 0 0.35 0.16 96 0.48 0.7
Hex AA D7 8C 15 0 23 10 60 30 46
Octal 252 327 214 25 0 43 20 140 60 106
Binary 10101010 11010111 10001100 10101 0 100011 10000 1100000 110000 1000110

Color Harmonies of #AAD78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD78C

Black with #AAD78C

Text Example


Text Example

White with #AAD78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD78C; }

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

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

background-color css

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

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

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

border-color css

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

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

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