Html Css Color HEX #AADB73 Feijoa

📋 copy color: '#AADB73'

red 170 ◦ green 219 ◦ blue 115

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

Shades of Feijoa #AADB73

Tints of Feijoa #AADB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.82%

R = 33.73%
G = 43.45%
B = 22.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#AADB73 (or 0xAADB73) is known color: Feijoa. HEX triplet: AA, DB and 73. RGB value is (170,219,115). Sum of RGB (Red+Green+Blue) = 170+219+115=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB73 is #55248C. Grayscale: #C0C0C0. Windows color (decimal): -5579917 or 7592874. OLE color: 7592874.

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

Color convert

RGB 170 219 115 -
CMYK 0.22 0 0.47 0.14
HSL 88.27º 0.59% 0.65% -
HSV(B) 88.27º 0.47% 0.86% -
XYZ 45 60.45 25.52 -
YUV 192.49 84.27 111.96 -
System Red Green Blue C M Y K H S L
Decimal 170 219 115 0.22 0 0.47 0.14 88.27 0.59 0.65
Hex AA DB 73 16 0 2F E 58 3B 41
Octal 252 333 163 26 0 57 16 130 73 101
Binary 10101010 11011011 1110011 10110 0 101111 1110 1011000 111011 1000001

Color Harmonies of #AADB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB73

Black with #AADB73

Text Example


Text Example

White with #AADB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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