Html Css Color HEX #AADB70 Feijoa

📋 copy color: '#AADB70'

red 170 ◦ green 219 ◦ blue 112

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

Shades of Feijoa #AADB70

Tints of Feijoa #AADB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.36%

R = 33.93%
G = 43.71%
B = 22.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#AADB70 (or 0xAADB70) is known color: Feijoa. HEX triplet: AA, DB and 70. RGB value is (170,219,112). Sum of RGB (Red+Green+Blue) = 170+219+112=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB70 is #55248F. Grayscale: #C0C0C0. Windows color (decimal): -5579920 or 7396266. OLE color: 7396266.

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

Color convert

RGB 170 219 112 -
CMYK 0.22 0 0.49 0.14
HSL 87.48º 0.6% 0.65% -
HSV(B) 87.48º 0.49% 0.86% -
XYZ 44.83 60.38 24.62 -
YUV 192.15 82.77 112.2 -
System Red Green Blue C M Y K H S L
Decimal 170 219 112 0.22 0 0.49 0.14 87.48 0.6 0.65
Hex AA DB 70 16 0 31 E 57 3C 41
Octal 252 333 160 26 0 61 16 127 74 101
Binary 10101010 11011011 1110000 10110 0 110001 1110 1010111 111100 1000001

Color Harmonies of #AADB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB70

Black with #AADB70

Text Example


Text Example

White with #AADB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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