Html Css Color HEX #AAD67F Feijoa

📋 copy color: '#AAD67F'

red 170 ◦ green 214 ◦ blue 127

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

Shades of Feijoa #AAD67F

Tints of Feijoa #AAD67F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.85%

R = 33.27%
G = 41.88%
B = 24.85%

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

#AAD67F (or 0xAAD67F) is known color: Feijoa. HEX triplet: AA, D6 and 7F. RGB value is (170,214,127). Sum of RGB (Red+Green+Blue) = 170+214+127=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD67F is #552980. Grayscale: #BFBFBF. Windows color (decimal): -5581185 or 8378026. OLE color: 8378026.

HSL color Cylindrical-coordinate representation of color #AAD67F: hue angle of 90.34º degrees, saturation: 0.51, 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 #AAD67F is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 127 -
CMYK 0.21 0 0.41 0.16
HSL 90.34º 0.51% 0.67% -
HSV(B) 90.34º 0.41% 0.84% -
XYZ 44.45 58.17 28.96 -
YUV 190.93 91.92 113.07 -
System Red Green Blue C M Y K H S L
Decimal 170 214 127 0.21 0 0.41 0.16 90.34 0.51 0.67
Hex AA D6 7F 15 0 29 10 5A 33 43
Octal 252 326 177 25 0 51 20 132 63 103
Binary 10101010 11010110 1111111 10101 0 101001 10000 1011010 110011 1000011

Color Harmonies of #AAD67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD67F

Black with #AAD67F

Text Example


Text Example

White with #AAD67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD67F; }

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

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

background-color css

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

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

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

border-color css

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

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

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