Html Css Color HEX #AADF70 Feijoa

📋 copy color: '#AADF70'

red 170 ◦ green 223 ◦ blue 112

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

Shades of Feijoa #AADF70

Tints of Feijoa #AADF70

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.16%

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

R = 33.66%
G = 44.16%
B = 22.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#AADF70 (or 0xAADF70) is known color: Feijoa. HEX triplet: AA, DF and 70. RGB value is (170,223,112). Sum of RGB (Red+Green+Blue) = 170+223+112=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF70 is #55208F. Grayscale: #C2C2C2. Windows color (decimal): -5578896 or 7397290. OLE color: 7397290.

HSL color Cylindrical-coordinate representation of color #AADF70: hue angle of 88.65º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AADF70 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 223 112 -
CMYK 0.24 0 0.50 0.13
HSL 88.65º 0.63% 0.66% -
HSV(B) 88.65º 0.5% 0.87% -
XYZ 45.89 62.49 24.97 -
YUV 194.5 81.44 110.53 -
System Red Green Blue C M Y K H S L
Decimal 170 223 112 0.24 0 0.50 0.13 88.65 0.63 0.66
Hex AA DF 70 18 0 32 D 59 3F 42
Octal 252 337 160 30 0 62 15 131 77 102
Binary 10101010 11011111 1110000 11000 0 110010 1101 1011001 111111 1000010

Color Harmonies of #AADF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF70

Black with #AADF70

Text Example


Text Example

White with #AADF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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