Html Css Color HEX #AAD67E Feijoa

📋 copy color: '#AAD67E'

red 170 ◦ green 214 ◦ blue 126

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

Shades of Feijoa #AAD67E

Tints of Feijoa #AAD67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.71%

R = 33.33%
G = 41.96%
B = 24.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#AAD67E (or 0xAAD67E) is known color: Feijoa. HEX triplet: AA, D6 and 7E. RGB value is (170,214,126). Sum of RGB (Red+Green+Blue) = 170+214+126=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD67E is #552981. Grayscale: #BFBFBF. Windows color (decimal): -5581186 or 8312490. OLE color: 8312490.

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

Color convert

RGB 170 214 126 -
CMYK 0.21 0 0.41 0.16
HSL 90º 0.52% 0.67% -
HSV(B) 90º 0.41% 0.84% -
XYZ 44.39 58.15 28.62 -
YUV 190.81 91.42 113.16 -
System Red Green Blue C M Y K H S L
Decimal 170 214 126 0.21 0 0.41 0.16 90 0.52 0.67
Hex AA D6 7E 15 0 29 10 5A 34 43
Octal 252 326 176 25 0 51 20 132 64 103
Binary 10101010 11010110 1111110 10101 0 101001 10000 1011010 110100 1000011

Color Harmonies of #AAD67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD67E

Black with #AAD67E

Text Example


Text Example

White with #AAD67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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