Html Css Color HEX #AADB78 Feijoa

📋 copy color: '#AADB78'

red 170 ◦ green 219 ◦ blue 120

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

Shades of Feijoa #AADB78

Tints of Feijoa #AADB78

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.03%

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

R = 33.4%
G = 43.03%
B = 23.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#AADB78 (or 0xAADB78) is known color: Feijoa. HEX triplet: AA, DB and 78. RGB value is (170,219,120). Sum of RGB (Red+Green+Blue) = 170+219+120=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB78 is #552487. Grayscale: #C1C1C1. Windows color (decimal): -5579912 or 7920554. OLE color: 7920554.

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

Color convert

RGB 170 219 120 -
CMYK 0.22 0 0.45 0.14
HSL 89.7º 0.58% 0.66% -
HSV(B) 89.7º 0.45% 0.86% -
XYZ 45.3 60.57 27.07 -
YUV 193.06 86.77 111.55 -
System Red Green Blue C M Y K H S L
Decimal 170 219 120 0.22 0 0.45 0.14 89.7 0.58 0.66
Hex AA DB 78 16 0 2D E 5A 3A 42
Octal 252 333 170 26 0 55 16 132 72 102
Binary 10101010 11011011 1111000 10110 0 101101 1110 1011010 111010 1000010

Color Harmonies of #AADB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB78

Black with #AADB78

Text Example


Text Example

White with #AADB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB78; }

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

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

background-color css

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

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

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

border-color css

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

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

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