Html Css Color HEX #AAD674 Feijoa

📋 copy color: '#AAD674'

red 170 ◦ green 214 ◦ blue 116

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

Shades of Feijoa #AAD674

Tints of Feijoa #AAD674

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.8%

 BLUE value IS 116 (45.7% from 255) = 23.2%

R = 34%
G = 42.8%
B = 23.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#AAD674 (or 0xAAD674) is known color: Feijoa. HEX triplet: AA, D6 and 74. RGB value is (170,214,116). Sum of RGB (Red+Green+Blue) = 170+214+116=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD674 is #55298B. Grayscale: #BEBEBE. Windows color (decimal): -5581196 or 7657130. OLE color: 7657130.

HSL color Cylindrical-coordinate representation of color #AAD674: hue angle of 86.94º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAD674 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 116 -
CMYK 0.21 0 0.46 0.16
HSL 86.94º 0.54% 0.65% -
HSV(B) 86.94º 0.46% 0.84% -
XYZ 43.78 57.9 25.39 -
YUV 189.67 86.42 113.97 -
System Red Green Blue C M Y K H S L
Decimal 170 214 116 0.21 0 0.46 0.16 86.94 0.54 0.65
Hex AA D6 74 15 0 2E 10 57 36 41
Octal 252 326 164 25 0 56 20 127 66 101
Binary 10101010 11010110 1110100 10101 0 101110 10000 1010111 110110 1000001

Color Harmonies of #AAD674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD674

Black with #AAD674

Text Example


Text Example

White with #AAD674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD674; }

 p { color: rgb(170,214,116); }

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

background-color css

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

 a { background-color: rgb(170,214,116); }

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

border-color css

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

 span { border-color: rgb(170,214,116); }

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