Html Css Color HEX #AAF36F Feijoa

📋 copy color: '#AAF36F'

red 170 ◦ green 243 ◦ blue 111

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

Shades of Feijoa #AAF36F

Tints of Feijoa #AAF36F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.37%

 BLUE value IS 111 (43.75% from 255) = 21.18%

R = 32.44%
G = 46.37%
B = 21.18%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#AAF36F (or 0xAAF36F) is known color: Feijoa. HEX triplet: AA, F3 and 6F. RGB value is (170,243,111). Sum of RGB (Red+Green+Blue) = 170+243+111=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 111 (43.75% from 255 or 21.18% from 524); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF36F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF36F is #550C90. Grayscale: #CECECE. Windows color (decimal): -5573777 or 7336874. OLE color: 7336874.

HSL color Cylindrical-coordinate representation of color #AAF36F: hue angle of 93.18º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAF36F is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 111 -
CMYK 0.30 0 0.54 0.05
HSL 93.18º 0.85% 0.69% -
HSV(B) 93.18º 0.54% 0.95% -
XYZ 51.5 73.79 26.57 -
YUV 206.13 74.32 102.23 -
System Red Green Blue C M Y K H S L
Decimal 170 243 111 0.30 0 0.54 0.05 93.18 0.85 0.69
Hex AA F3 6F 1E 0 36 5 5D 55 45
Octal 252 363 157 36 0 66 5 135 125 105
Binary 10101010 11110011 1101111 11110 0 110110 101 1011101 1010101 1000101

Color Harmonies of #AAF36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF36F

Black with #AAF36F

Text Example


Text Example

White with #AAF36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF36F; }

 p { color: rgb(170,243,111); }

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

background-color css

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

 a { background-color: rgb(170,243,111); }

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

border-color css

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

 span { border-color: rgb(170,243,111); }

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