Html Css Color HEX #AAD078 Feijoa

📋 copy color: '#AAD078'

red 170 ◦ green 208 ◦ blue 120

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

Shades of Feijoa #AAD078

Tints of Feijoa #AAD078

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.77%

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

R = 34.14%
G = 41.77%
B = 24.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#AAD078 (or 0xAAD078) is known color: Feijoa. HEX triplet: AA, D0 and 78. RGB value is (170,208,120). Sum of RGB (Red+Green+Blue) = 170+208+120=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD078 is #552F87. Grayscale: #BABABA. Windows color (decimal): -5582728 or 7917738. OLE color: 7917738.

HSL color Cylindrical-coordinate representation of color #AAD078: hue angle of 85.91º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAD078 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 120 -
CMYK 0.18 0 0.42 0.18
HSL 85.91º 0.48% 0.64% -
HSV(B) 85.91º 0.42% 0.82% -
XYZ 42.52 55.01 26.15 -
YUV 186.61 90.41 116.16 -
System Red Green Blue C M Y K H S L
Decimal 170 208 120 0.18 0 0.42 0.18 85.91 0.48 0.64
Hex AA D0 78 12 0 2A 12 56 30 40
Octal 252 320 170 22 0 52 22 126 60 100
Binary 10101010 11010000 1111000 10010 0 101010 10010 1010110 110000 1000000

Color Harmonies of #AAD078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD078

Black with #AAD078

Text Example


Text Example

White with #AAD078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD078; }

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

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

background-color css

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

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

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

border-color css

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

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

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