Html Css Color HEX #AAF186 Feijoa

📋 copy color: '#AAF186'

red 170 ◦ green 241 ◦ blue 134

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

Shades of Feijoa #AAF186

Tints of Feijoa #AAF186

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.22%

 BLUE value IS 134 (52.73% from 255) = 24.59%

R = 31.19%
G = 44.22%
B = 24.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#AAF186 (or 0xAAF186) is known color: Feijoa. HEX triplet: AA, F1 and 86. RGB value is (170,241,134). Sum of RGB (Red+Green+Blue) = 170+241+134=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF186 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF186 is #550E79. Grayscale: #CFCFCF. Windows color (decimal): -5574266 or 8843690. OLE color: 8843690.

HSL color Cylindrical-coordinate representation of color #AAF186: hue angle of 99.81º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAF186 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 241 134 -
CMYK 0.29 0 0.44 0.05
HSL 99.81º 0.79% 0.74% -
HSV(B) 99.81º 0.44% 0.95% -
XYZ 52.34 73.18 33.92 -
YUV 207.57 86.48 101.2 -
System Red Green Blue C M Y K H S L
Decimal 170 241 134 0.29 0 0.44 0.05 99.81 0.79 0.74
Hex AA F1 86 1D 0 2C 5 64 4F 4A
Octal 252 361 206 35 0 54 5 144 117 112
Binary 10101010 11110001 10000110 11101 0 101100 101 1100100 1001111 1001010

Color Harmonies of #AAF186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF186

Black with #AAF186

Text Example


Text Example

White with #AAF186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF186; }

 p { color: rgb(170,241,134); }

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

background-color css

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

 a { background-color: rgb(170,241,134); }

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

border-color css

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

 span { border-color: rgb(170,241,134); }

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