Html Css Color HEX #AAF67F Feijoa

📋 copy color: '#AAF67F'

red 170 ◦ green 246 ◦ blue 127

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

Shades of Feijoa #AAF67F

Tints of Feijoa #AAF67F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.3%

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

R = 31.31%
G = 45.3%
B = 23.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#AAF67F (or 0xAAF67F) is known color: Feijoa. HEX triplet: AA, F6 and 7F. RGB value is (170,246,127). Sum of RGB (Red+Green+Blue) = 170+246+127=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 127 (50% from 255 or 23.39% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF67F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF67F is #550980. Grayscale: #D2D2D2. Windows color (decimal): -5572993 or 8386218. OLE color: 8386218.

HSL color Cylindrical-coordinate representation of color #AAF67F: hue angle of 98.32º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAF67F is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 246 127 -
CMYK 0.31 0 0.48 0.04
HSL 98.32º 0.87% 0.73% -
HSV(B) 98.32º 0.48% 0.96% -
XYZ 53.36 75.99 31.93 -
YUV 209.71 81.32 99.68 -
System Red Green Blue C M Y K H S L
Decimal 170 246 127 0.31 0 0.48 0.04 98.32 0.87 0.73
Hex AA F6 7F 1F 0 30 4 62 57 49
Octal 252 366 177 37 0 60 4 142 127 111
Binary 10101010 11110110 1111111 11111 0 110000 100 1100010 1010111 1001001

Color Harmonies of #AAF67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF67F

Black with #AAF67F

Text Example


Text Example

White with #AAF67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF67F; }

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

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

background-color css

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

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

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

border-color css

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

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

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