Html Css Color HEX #AAF06F Feijoa

📋 copy color: '#AAF06F'

red 170 ◦ green 240 ◦ blue 111

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

Shades of Feijoa #AAF06F

Tints of Feijoa #AAF06F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.07%

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

R = 32.63%
G = 46.07%
B = 21.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#AAF06F (or 0xAAF06F) is known color: Feijoa. HEX triplet: AA, F0 and 6F. RGB value is (170,240,111). Sum of RGB (Red+Green+Blue) = 170+240+111=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF06F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF06F is #550F90. Grayscale: #CCCCCC. Windows color (decimal): -5574545 or 7336106. OLE color: 7336106.

HSL color Cylindrical-coordinate representation of color #AAF06F: hue angle of 92.56º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAF06F is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 111 -
CMYK 0.29 0 0.54 0.06
HSL 92.56º 0.81% 0.69% -
HSV(B) 92.56º 0.54% 0.94% -
XYZ 50.61 72.01 26.27 -
YUV 204.36 75.31 103.49 -
System Red Green Blue C M Y K H S L
Decimal 170 240 111 0.29 0 0.54 0.06 92.56 0.81 0.69
Hex AA F0 6F 1D 0 36 6 5D 51 45
Octal 252 360 157 35 0 66 6 135 121 105
Binary 10101010 11110000 1101111 11101 0 110110 110 1011101 1010001 1000101

Color Harmonies of #AAF06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF06F

Black with #AAF06F

Text Example


Text Example

White with #AAF06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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