Html Css Color HEX #AADD70 Feijoa

📋 copy color: '#AADD70'

red 170 ◦ green 221 ◦ blue 112

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

Shades of Feijoa #AADD70

Tints of Feijoa #AADD70

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.94%

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

R = 33.8%
G = 43.94%
B = 22.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#AADD70 (or 0xAADD70) is known color: Feijoa. HEX triplet: AA, DD and 70. RGB value is (170,221,112). Sum of RGB (Red+Green+Blue) = 170+221+112=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD70 is #55228F. Grayscale: #C1C1C1. Windows color (decimal): -5579408 or 7396778. OLE color: 7396778.

HSL color Cylindrical-coordinate representation of color #AADD70: hue angle of 88.07º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AADD70 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 112 -
CMYK 0.23 0 0.49 0.13
HSL 88.07º 0.62% 0.65% -
HSV(B) 88.07º 0.49% 0.87% -
XYZ 45.36 61.43 24.8 -
YUV 193.33 82.1 111.36 -
System Red Green Blue C M Y K H S L
Decimal 170 221 112 0.23 0 0.49 0.13 88.07 0.62 0.65
Hex AA DD 70 17 0 31 D 58 3E 41
Octal 252 335 160 27 0 61 15 130 76 101
Binary 10101010 11011101 1110000 10111 0 110001 1101 1011000 111110 1000001

Color Harmonies of #AADD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD70

Black with #AADD70

Text Example


Text Example

White with #AADD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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