Html Css Color HEX #AADA78 Feijoa

📋 copy color: '#AADA78'

red 170 ◦ green 218 ◦ blue 120

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

Shades of Feijoa #AADA78

Tints of Feijoa #AADA78

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.91%

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

R = 33.46%
G = 42.91%
B = 23.62%

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

#AADA78 (or 0xAADA78) is known color: Feijoa. HEX triplet: AA, DA and 78. RGB value is (170,218,120). Sum of RGB (Red+Green+Blue) = 170+218+120=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADA78 is #552587. Grayscale: #C0C0C0. Windows color (decimal): -5580168 or 7920298. OLE color: 7920298.

HSL color Cylindrical-coordinate representation of color #AADA78: hue angle of 89.39º degrees, saturation: 0.57, 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 #AADA78 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 120 -
CMYK 0.22 0 0.45 0.15
HSL 89.39º 0.57% 0.66% -
HSV(B) 89.39º 0.45% 0.85% -
XYZ 45.04 60.04 26.99 -
YUV 192.48 87.1 111.97 -
System Red Green Blue C M Y K H S L
Decimal 170 218 120 0.22 0 0.45 0.15 89.39 0.57 0.66
Hex AA DA 78 16 0 2D F 59 39 42
Octal 252 332 170 26 0 55 17 131 71 102
Binary 10101010 11011010 1111000 10110 0 101101 1111 1011001 111001 1000010

Color Harmonies of #AADA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA78

Black with #AADA78

Text Example


Text Example

White with #AADA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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