Html Css Color HEX #AAD978 Feijoa

📋 copy color: '#AAD978'

red 170 ◦ green 217 ◦ blue 120

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

Shades of Feijoa #AAD978

Tints of Feijoa #AAD978

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.8%

 BLUE value IS 120 (47.27% from 255) = 23.67%

R = 33.53%
G = 42.8%
B = 23.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#AAD978 (or 0xAAD978) is known color: Feijoa. HEX triplet: AA, D9 and 78. RGB value is (170,217,120). Sum of RGB (Red+Green+Blue) = 170+217+120=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD978 is #552687. Grayscale: #C0C0C0. Windows color (decimal): -5580424 or 7920042. OLE color: 7920042.

HSL color Cylindrical-coordinate representation of color #AAD978: hue angle of 89.07º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAD978 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 120 -
CMYK 0.22 0 0.45 0.15
HSL 89.07º 0.56% 0.66% -
HSV(B) 89.07º 0.45% 0.85% -
XYZ 44.78 59.53 26.9 -
YUV 191.89 87.43 112.39 -
System Red Green Blue C M Y K H S L
Decimal 170 217 120 0.22 0 0.45 0.15 89.07 0.56 0.66
Hex AA D9 78 16 0 2D F 59 38 42
Octal 252 331 170 26 0 55 17 131 70 102
Binary 10101010 11011001 1111000 10110 0 101101 1111 1011001 111000 1000010

Color Harmonies of #AAD978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD978

Black with #AAD978

Text Example


Text Example

White with #AAD978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD978; }

 p { color: rgb(170,217,120); }

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

background-color css

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

 a { background-color: rgb(170,217,120); }

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

border-color css

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

 span { border-color: rgb(170,217,120); }

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