Html Css Color HEX #AADB72 Feijoa

📋 copy color: '#AADB72'

red 170 ◦ green 219 ◦ blue 114

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

Shades of Feijoa #AADB72

Tints of Feijoa #AADB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.66%

R = 33.8%
G = 43.54%
B = 22.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#AADB72 (or 0xAADB72) is known color: Feijoa. HEX triplet: AA, DB and 72. RGB value is (170,219,114). Sum of RGB (Red+Green+Blue) = 170+219+114=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB72 is #55248D. Grayscale: #C0C0C0. Windows color (decimal): -5579918 or 7527338. OLE color: 7527338.

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

Color convert

RGB 170 219 114 -
CMYK 0.22 0 0.48 0.14
HSL 88º 0.59% 0.65% -
HSV(B) 88º 0.48% 0.86% -
XYZ 44.95 60.42 25.21 -
YUV 192.38 83.77 112.04 -
System Red Green Blue C M Y K H S L
Decimal 170 219 114 0.22 0 0.48 0.14 88 0.59 0.65
Hex AA DB 72 16 0 30 E 58 3B 41
Octal 252 333 162 26 0 60 16 130 73 101
Binary 10101010 11011011 1110010 10110 0 110000 1110 1011000 111011 1000001

Color Harmonies of #AADB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB72

Black with #AADB72

Text Example


Text Example

White with #AADB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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