Html Css Color HEX #AAD67C Feijoa

📋 copy color: '#AAD67C'

red 170 ◦ green 214 ◦ blue 124

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

Shades of Feijoa #AAD67C

Tints of Feijoa #AAD67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.41%

R = 33.46%
G = 42.13%
B = 24.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#AAD67C (or 0xAAD67C) is known color: Feijoa. HEX triplet: AA, D6 and 7C. RGB value is (170,214,124). Sum of RGB (Red+Green+Blue) = 170+214+124=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD67C is #552983. Grayscale: #BEBEBE. Windows color (decimal): -5581188 or 8181418. OLE color: 8181418.

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

Color convert

RGB 170 214 124 -
CMYK 0.21 0 0.42 0.16
HSL 89.33º 0.52% 0.66% -
HSV(B) 89.33º 0.42% 0.84% -
XYZ 44.26 58.09 27.95 -
YUV 190.58 90.42 113.32 -
System Red Green Blue C M Y K H S L
Decimal 170 214 124 0.21 0 0.42 0.16 89.33 0.52 0.66
Hex AA D6 7C 15 0 2A 10 59 34 42
Octal 252 326 174 25 0 52 20 131 64 102
Binary 10101010 11010110 1111100 10101 0 101010 10000 1011001 110100 1000010

Color Harmonies of #AAD67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD67C

Black with #AAD67C

Text Example


Text Example

White with #AAD67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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